mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-21 18:01:20 +00:00
14 lines
305 B
Markdown
14 lines
305 B
Markdown
# Without a Bundler
|
|
|
|
[View documentation for this example online][dox]
|
|
|
|
[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!
|