wasm-bindgen/examples/closures/index.js
2018-04-09 14:34:21 -07:00

5 lines
148 B
JavaScript

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