15 lines
152 B
Markdown
15 lines
152 B
Markdown
# webasm-circle-table
|
|
|
|
Experimentations with rust and webasm.
|
|
|
|
## Build:
|
|
|
|
```
|
|
wasm-pack build --target web
|
|
```
|
|
|
|
## Run:
|
|
|
|
```
|
|
python3 -m http.server
|
|
```
|