RuntimeError is thrown when there is an error in the WASM runtime, such as stack overflow, OOM, etc. Stack trace of the error in the WASM runtime can be included in the error object for debugging purpose.
Optional
Static
Optional override for formatting stack traces
https://v8.dev/docs/stack-trace-api#customizing-stack-traces
Create .stack property on a target object
RuntimeError is thrown when there is an error in the WASM runtime, such as stack overflow, OOM, etc. Stack trace of the error in the WASM runtime can be included in the error object for debugging purpose.