mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
5
examples/import_js/index.js
Normal file
5
examples/import_js/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
// For more comments about what's going on here, check out the `hello_world`
|
||||
// example
|
||||
const rust = import("./import_js");
|
||||
|
||||
rust.then(m => m.run());
|
Reference in New Issue
Block a user