wasm-bindgen/examples/weather_report/index.js
Ayush Mishra 979f0d28bf
Added example for weather report using rust and webassembly (#2216)
Minor refactoring

Updated readme file

Updated readme file

fixed build error

Fixed build error

Co-authored-by: Ayush Kumar Mishra <ayush.k.mishra@xcelenergy.com>
2020-06-25 09:04:14 -05:00

5 lines
131 B
JavaScript

// For more comments about what's going on here, check out the `hello_world`
// example
import('./pkg')
.catch(console.error);