# webasm-circle-table

Experimentations with rust and webasm.

## Build:

```
wasm-pack build --target web
```

## Run:

```
python3 -m http.server
```