1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-17 15:01:23 +00:00
Files
wasm-bindgen/examples/performance/index.js

5 lines
151 B
JavaScript
Raw Normal View History

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