wasm-bindgen/examples/without-a-bundler/README.md

14 lines
305 B
Markdown
Raw Normal View History

# Without a Bundler
[View documentation for this example online][dox]
2019-05-26 10:43:00 +03:00
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
You can build the example locally with:
```
$ wasm-pack build --target web
```
and then opening `index.html` in a browser should run the example!