Wasm instantiate TypeError

Hi
The latest preview release introduced problem with instantiating wasm module. This could be :

  • 82337: WebAssembly: Switch to LLD linker
    issue related. I get this error running old project :

    // Process TatukGIS started
    !> Exception of type TypeError on thread 0001
    !> Message: TypeError: WebAssembly.instantiate(): Import #46 module=“GOT.mem” error: module is not an object or function
    Runtime exception: {
    “exceptionId” : 1,
    “text” : “Uncaught (in promise)”,
    “lineNumber” : 0,
    “columnNumber” : 0,
    “scriptId” : “1”,
    “url” : “http://127.0.0.1:54089/index.html”,
    “exception” : {
    “type” : “object”,
    “subtype” : “error”,
    “className” : “TypeError”,
    “description” : “TypeError: WebAssembly.instantiate(): Import #46 module=“GOT.mem” error: module is not an object or function”,
    “objectId” : “{“injectedScriptId”:1,“id”:8}”,
    “preview” : {
    “type” : “object”,
    “subtype” : “error”,
    “description” : “TypeError: WebAssembly.instantiate(): Import #46 module=“GOT.mem” error: module is not an object or function”,
    “overflow” : false,
    “properties” : [
    {
    “name” : “stack”,
    “type” : “string”,
    “value” : “TypeError: WebAssembly.instantiate(): Import #46 m\u2026T.mem” error: module is not an object or function"
    },
    {
    “name” : “message”,
    “type” : “string”,
    “value” : “WebAssembly.instantiate(): Import #46 module=“GOT.mem” error: module is not an object or function”
    }
    ]
    }
    },
    “executionContextId” : 1
    }

previous stable release works fine. Any idea what’s wrong ?

Yep I just saw. I’m working on a fix.
it’s a regression that snuck in late last week.

Thanks, logged as bugs://82543

bugs://82543 got closed with status fixed.