mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-24 14:10:51 +00:00
11 lines
200 B
Markdown
11 lines
200 B
Markdown
|
# `--no-modules`
|
||
|
|
||
|
This directory is an example of using the `--no-modules` flag and how it
|
||
|
integrates with the rest of the HTML/JS used.
|
||
|
|
||
|
You can build the example locally with:
|
||
|
|
||
|
```
|
||
|
$ ./build.sh
|
||
|
```
|