wasm-bindgen/examples/no_modules
Alex Crichton a949482e3a
Remove usage of #[wasm_custom_section] (#509)
This has been stabilized on nightly as `#[link_section]`, so no need for an
unstable attribute any more. Yay!
2018-07-19 08:57:18 -05:00
..
src Remove usage of #[wasm_custom_section] (#509) 2018-07-19 08:57:18 -05: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