mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-20 16:42:00 +03:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
// For more comments about what's going on here, check out the `hello_world`
|
|
// example
|
|
const rust = import("./dom");
|
|
rust.then(m => m.run());
|