wasm-bindgen/examples/weather_report
Eli Front 6139212137
Weather report example improvement (#3134)
* remove unused ShortHash

* Revert "remove unused ShortHash"

This reverts commit 91388900fb.

* fix set attr error handling
2022-11-06 13:32:06 -06:00
..
assets Added example for weather report using rust and webassembly (#2216) 2020-06-25 09:04:14 -05:00
src Weather report example improvement (#3134) 2022-11-06 13:32:06 -06:00
Cargo.toml Bumped crate versions (#3079) 2022-09-12 09:26:21 -05:00
index.html Added example for weather report using rust and webassembly (#2216) 2020-06-25 09:04:14 -05:00
index.js Added example for weather report using rust and webassembly (#2216) 2020-06-25 09:04:14 -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 Added example for weather report using rust and webassembly (#2216) 2020-06-25 09:04:14 -05:00
util.js Added example for weather report using rust and webassembly (#2216) 2020-06-25 09:04:14 -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

web-sys: Weather report

View documentation for this example online or View compiled example online

You can build the example locally with:

$ npm install
$ npm run build
$ npm start

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