Files
wasm-bindgen/examples/import_js/index.js
2019-08-27 18:20:24 +01:00

5 lines
135 B
JavaScript

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