wasm-bindgen/examples/fetch
2020-04-29 11:22:35 -05:00
..
src Run rustfmt and keep it running on CI (#2023) 2020-03-02 11:44:14 -06:00
Cargo.toml Bump to 0.2.61 (#2113) 2020-04-29 11:22:35 -05:00
index.js [WIP] add parameter to async function --> error (#1973) 2020-01-22 09:32:47 -06:00
package.json chore: upgrade @wasm-tool/wasm-pack-plugin to 1.0.1 2019-08-27 18:20:24 +01:00
README.md Update README.md 2020-04-15 00:36:33 +00:00
webpack.config.js Convert all examples to using wasm-pack 2019-01-17 08:37:32 -08:00

The fetch API

View documentation for this example online or View compiled example online

You have to use:

$ npm install 

before running an npm package.

You can build the example locally with:

$ npm run serve

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