wasm-bindgen/examples/dom/index.js
2018-03-21 08:26:00 -07:00

5 lines
143 B
JavaScript

// For more comments about what's going on here, check out the `hello_world`
// example
const rust = import("./dom");
rust.then(m => m.run());