wasm-bindgen/examples/without-a-bundler
2019-05-26 16:43:00 +09: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.45 2019-05-20 09:44:03 -07:00
index.html Remove debugging code accidentally added in #1416 2019-04-08 07:49:58 -07:00
README.md docs: update docs link 2019-05-26 16:43:00 +09: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!