You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the link the wasmMemory that we postMessage to each worker is not actually arriving correctly resulting in TypeError: can't access property "byteLength", wasmMemory.buffer is undefined / undefined on each thread.
I took a look at is in firefox devtool and indeed the e.data.wasmMemory that arrives on the workers seems to not have any properties at all.