Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EH] Don't write to readonly Exception.stack property (emscripten-cor…
…e#21065) Apparently `WebAssembly.Exception.stack` has been `readonly` all along and I wasn't aware. While I'm not sure if this should be `readonly` and this may change in the future, for now writing to this property is not spec compliant, so this removes the routine that tidies up the stack trace, which is not the end of the world. Fixes emscripten-core#21044.
- Loading branch information