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

14 lines
318 B
Markdown
Raw Normal View History

# Without a Bundler
[View documentation for this example online][dox]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler-no-modules.html
You can build the example locally with:
```
$ wasm-pack build --target no-modules
```
and then opening `index.html` in a browser should run the example!