mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-17 06:21:36 +03:00
5 lines
151 B
JavaScript
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());
|