mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 21:02:10 +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());
|