mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 02:01:35 +00:00
Add some comments to the hello-world example
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
// Note that a dynamic `import` statement here is required due to
|
||||
// webpack/webpack#6615, but in theory `import { greet } from './hello_world';`
|
||||
// will work here one day as well!
|
||||
const js = import("./hello_world");
|
||||
|
||||
js.then(js => {
|
||||
|
Reference in New Issue
Block a user