wasm-bindgen/examples/without-a-bundler
2019-08-19 04:21:27 -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.50 2019-08-19 04:21:27 -07:00
index.html added default module path inside init function when target is web 2019-06-08 01:27:35 +03: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!