mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-30 22:25:35 +03:00
5 lines
148 B
JavaScript
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());
|