wasm-bindgen/examples/no_modules
2019-01-18 15:32:17 -08:00
..
src [examples] no_modules - port to rust 2018 2018-12-12 08:11:18 +01:00
Cargo.toml Bump to 0.2.33 2019-01-18 15:32:17 -08:00
index.html Convert all examples to using wasm-pack 2019-01-17 08:37:32 -08:00
README.md Convert all examples to using wasm-pack 2019-01-17 08:37:32 -08:00

Using --no-modules

View documentation for this example online

You can build the example locally with:

$ wasm-pack build --target no-modules

and then opening index.html in a browser should run the example!