webasm-circle-table/README.md

16 lines
152 B
Markdown
Raw Normal View History

2022-02-13 00:38:58 +01:00
# webasm-circle-table
Experimentations with rust and webasm.
## Build:
2022-01-14 22:34:58 +01:00
```
wasm-pack build --target web
```
2022-02-13 00:38:58 +01:00
## Run:
2022-01-14 22:34:58 +01:00
```
python3 -m http.server
```