wasm-bindgen/examples/wasm2js
2024-03-04 11:25:46 +01:00
..
src #[wasm_bindgen(start)] shouldn't require pub (#3243) 2023-01-19 12:42:07 +11:00
build.sh Test examples in CI (#3015) 2022-08-05 10:51:41 -05:00
Cargo.toml Prepare v0.2.92 release (#3869) 2024-03-04 11:25:46 +01:00
index.html Fix the wasm2js example (#1750) 2019-09-03 16:05:23 -04:00
index.js Fix wasm2js example (#2837) 2022-03-16 10:30:49 -05:00
README.md Fix the wasm2js example (#1750) 2019-09-03 16:05:23 -04:00

Converting WebAssembly to JS

View documentation for this example online or View compiled example online

You can build the example locally with:

$ ./build.sh

(or running the commands on Windows manually)

and then visiting http://localhost:8000 in a browser should run the example!