wasm-bindgen/examples/wasm-in-wasm-imports
2022-11-07 09:09:31 -06:00
..
src macro misuse fix #3135 (#3137) 2022-11-07 09:09:31 -06:00
Cargo.toml Bumped crate versions (#3079) 2022-09-12 09:26:21 -05:00
index.html Create wasm-in-wasm-imports example (#2229) 2020-07-08 09:17:20 -05:00
index.js Create wasm-in-wasm-imports example (#2229) 2020-07-08 09:17:20 -05:00
package.json Upgrade the webpack-based examples' npm dependencies (move to webpack 5) (#2651) 2021-08-10 09:43:42 -05:00
README.md Create wasm-in-wasm-imports example (#2229) 2020-07-08 09:17:20 -05:00
webpack.config.js Upgrade the webpack-based examples' npm dependencies (move to webpack 5) (#2651) 2021-08-10 09:43:42 -05:00

js-sys: WebAssembly in WebAssembly

View documentation for this example online or View compiled example online

You can build the example locally with:

$ npm run serve

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