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
Starting from Node.js 18.18.0, calling worker.terminate() on a worker thread that has WASM code can lead to an infinite loop of processing and throwing exceptions in node::FreeEnvironmnent. The problem seems to appear only on Windows and macOS.
The text was updated successfully, but these errors were encountered:
Since this is mainly a browser project and the problem appears to be somewhere between Node.js - V8 - emscripten - projects to which I do not have access - because of the ongoing situation - this is staying in its current state
Starting from Node.js 18.18.0, calling
worker.terminate()
on a worker thread that has WASM code can lead to an infinite loop of processing and throwing exceptions innode::FreeEnvironmnent
. The problem seems to appear only on Windows and macOS.The text was updated successfully, but these errors were encountered: