The hard abort handling we implemented along with panic=unwind relies on the WebAssembly.JSTag, which is only available in node.js 22+.
It could be beneficial to support a panic=unwind variant without hard abort handling that can work on earlier Node.js versions without requiring the WebAssembly.JSTag import.
The hard abort handling we implemented along with
panic=unwindrelies on theWebAssembly.JSTag, which is only available in node.js 22+.It could be beneficial to support a
panic=unwindvariant without hard abort handling that can work on earlier Node.js versions without requiring theWebAssembly.JSTagimport.