@mdn/bob
Version:
Builder of Bits aka The MDN Web Docs interactive examples, example builder
21 lines (13 loc) • 312 B
Markdown
# watify
Compile WAT to WASM with WASM 🙇
## Running
```bash
# optional: install wasm-pack if not already installed
cargo install wasm-pack
# build
wasm-pack build --release --target web
#serve
python3 -m http.server
```
Go to [localhost:8000](http://localhost:8000/) and look at he console output.