For some reason, when loading the symbol backend wasm, the compilation hangs and never resolves.
The extension isn't able to parse symbols due this hanging. I have looked into this and it seems the call to WebAssembly.compile inside createSymbolsBackendModulePromise (the rpc one) hangs. When compiling the module in the nose repl, it works
For some reason, when loading the symbol backend wasm, the compilation hangs and never resolves.
The extension isn't able to parse symbols due this hanging. I have looked into this and it seems the call to
WebAssembly.compileinsidecreateSymbolsBackendModulePromise(the rpc one) hangs. When compiling the module in the nose repl, it works