wasm-bindgen/examples/fetch
2022-04-07 15:15:11 -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.80 (#2851) 2022-04-07 15:15:11 -05:00
index.js [WIP] add parameter to async function --> error (#1973) 2020-01-22 09:32:47 -06: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 Update README.md 2020-04-15 00:36:33 +00:00
webpack.config.js Upgrade the webpack-based examples' npm dependencies (move to webpack 5) (#2651) 2021-08-10 09:43:42 -05: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!