webasm-circle-table/README.md

12 lines
87 B
Markdown
Raw Normal View History

2022-01-14 22:34:58 +01:00
# Build:
```
wasm-pack build --target web
```
# Run:
```
python3 -m http.server
```