webasm-circle-table/README.md

11 lines
87 B
Markdown

# Build:
```
wasm-pack build --target web
```
# Run:
```
python3 -m http.server
```