Another issue for the browser-hello-world(
https://github.com/vmware-wasmstack/wasm-languages/tree/main/kotlin/browser-hello-world)
1. It's expected to generate a module for browser, and the webpack.config.js also specify the browser as default. But is it right to generate the .mjs file?
2. I did some manual modification so webpack can build successfully. However, error occurs in Google\Chrome Canary launched by
open -a Google\ Chrome\ Canary --args --js-flags="--experimental-wasm-gc --experimental-wasm-typed-funcref --experimental-wasm-eh"
Anyone knows where the problem is?