mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-26 15:01:07 +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
|
|
```
|