mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 12:44:31 +03:00
14 lines
307 B
Markdown
14 lines
307 B
Markdown
|
# Without a Bundler
|
||
|
|
||
|
[View documentation for this example online][dox]
|
||
|
|
||
|
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/without-a-bundler.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!
|