wasm-bindgen/examples/performance/index.js
2018-03-21 10:21:21 -07:00

5 lines
151 B
JavaScript

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