1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-08 03:52:20 +00:00

16 lines
325 B
Markdown
Raw Normal View History

# Using `--no-modules`
[View documentation for this example online][dox]
[dox]: https://rustwasm.github.io/wasm-bindgen/examples/no-modules.html
You can build the example locally with:
```
$ ./build.sh
```
(or running the commands on Windows manually)
and then opening `index.html` in a browser should run the example!