wasm-bindgen/examples/without-a-bundler
Pauan ca742a84c4
Improving wasm loading logic (#1996)
* Improving wasm loading logic

* Adding in note to the book about the new loading functionality
2020-02-11 08:58:42 -08: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.58 (#1946) 2020-01-07 13:48:25 -06:00
index.html Improving wasm loading logic (#1996) 2020-02-11 08:58:42 -08: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!