かめのこにょこにょこ
かめのこにょこにょこ
This problem reproduces when generated webassembly has imports, it seems that mutual dependency between `index_bg.js` and `index_bg.wasm` causes this error. **No Imports** index.ts --(imports bindings)--> index_bg.js --(imports wasm's exports)--> index_bg.wasm...
Let me report what I have investigated. > > ReferenceError: Cannot access '__wbindgen_string_new' before initialization > It seems that webpack still depends on hoisting variables (which is javascript spec), therefore...
It looks for me that JavaScript function call optimization does matter rather than difference between `std::sin` and `Math.sin`. Here is disassembled wat of cpp part and JS part in the...
Please switch the debugger from "Web Browser Debugger" or "Local Windows Debugger" to "WebAssembly Debugger".
Does "Debug Adapter Executable" point to a valid path? node.js and python installation (bundled version with emsdk is also ok) are required for WebAssembly Debugger to work. 
Thanks for your issue reports. These issues are out of scope in this issue, so please divide the issues into several new issues.