wasm-bindgen/examples/without-a-bundler
2019-04-11 07:39:45 -07:00
..
src Tweak introductory and deployment documentation. 2019-02-22 07:50:32 -08:00
build.sh Use wasm-pack build --target web for without-a-bundler example 2019-03-21 13:55:25 -07:00
Cargo.toml Bump to 0.2.42 2019-04-11 07:39:45 -07:00
index.html Remove debugging code accidentally added in #1416 2019-04-08 07:49:58 -07:00
README.md Replace target flags with --target 2019-03-21 14:00:33 -07:00

Without a Bundler

View documentation for this example online

You can build the example locally with:

$ wasm-pack build --target web

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