1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 10:21:07 +00:00
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());