edit a little the readme
This commit is contained in:
parent
c1fb6a694e
commit
22787184de
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
||||||
# Build:
|
# webasm-circle-table
|
||||||
|
|
||||||
|
Experimentations with rust and webasm.
|
||||||
|
|
||||||
|
## Build:
|
||||||
|
|
||||||
```
|
```
|
||||||
wasm-pack build --target web
|
wasm-pack build --target web
|
||||||
```
|
```
|
||||||
|
|
||||||
# Run:
|
## Run:
|
||||||
|
|
||||||
```
|
```
|
||||||
python3 -m http.server
|
python3 -m http.server
|
||||||
|
|
Loading…
Reference in a new issue