1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-04 07:01:32 +00:00
Files
wasm-bindgen/examples/dom/index.js

5 lines
143 B
JavaScript
Raw Normal View History

2018-03-21 08:26:00 -07:00
// For more comments about what's going on here, check out the `hello_world`
// example
const rust = import("./dom");
rust.then(m => m.run());