wasm-bindgen/examples/no_modules
2018-12-04 06:04:47 -08:00
..
src Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -08:00
.gitignore Add an example of --no-modules in action 2018-04-19 07:21:09 -07:00
build.sh Promote CI jobs to using stable Rust 2018-10-28 13:28:02 -07:00
Cargo.toml Bump to 0.2.29 2018-12-04 06:04:47 -08:00
index.html Add a #[wasm_bindgen(start)] attribute 2018-11-28 22:11:15 -08:00
README.md Reorganize and rewrite examples 2018-09-20 16:45:30 -07:00

Using --no-modules

View documentation for this example online

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!