wasm-bindgen/examples/no_modules
Alex Crichton 906cd7adcc Remove usage of wasm_import_module feature
This is now stabilized! Also tweak usage of it to the stable version.
2018-07-21 19:00:40 -07:00
..
src Remove usage of wasm_import_module feature 2018-07-21 19:00:40 -07:00
.gitignore Add an example of --no-modules in action 2018-04-19 07:21:09 -07:00
build.sh Add an example of --no-modules in action 2018-04-19 07:21:09 -07:00
Cargo.toml Add an example of --no-modules in action 2018-04-19 07:21:09 -07:00
index.html Add an example of --no-modules in action 2018-04-19 07:21:09 -07:00
README.md Add an example of --no-modules in action 2018-04-19 07:21:09 -07:00

--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