wasm-bindgen/examples/without-a-bundler-no-modules
Nick Fitzgerald 6c86d23836
Update examples/without-a-bundler-no-modules/README.md
Co-Authored-By: alexcrichton <alex@alexcrichton.com>
2019-03-05 12:30:38 -06:00
..
src Implement the local JS snippets RFC 2019-03-05 08:00:47 -08:00
Cargo.toml Implement the local JS snippets RFC 2019-03-05 08:00:47 -08:00
index.html Implement the local JS snippets RFC 2019-03-05 08:00:47 -08:00
README.md Update examples/without-a-bundler-no-modules/README.md 2019-03-05 12:30:38 -06:00

Without a Bundler

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!