File tree 1 file changed +3
-3
lines changed
proposals/exception-handling 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -459,9 +459,9 @@ conventions](https://webassembly.github.io/spec/web-api/index.html#conventions).
459
459
When ` ExceptionOption ` is not provided or it does not contain ` traceStack `
460
460
entry, ` traceStack ` is considered ` false ` by default.
461
461
462
- To preserve stack trace info when crossing the JS to Wasm boundary, ` Exception `
463
- can internally contain an optional ` externref ` value containing a stack trace
464
- string, which is propagated when caught by ` catch ` and rethrown by ` rethrow ` .
462
+ To preserve stack trace info when crossing the JS to Wasm boundary, exceptions
463
+ can internally contain a stack trace, which is propagated when caught by ` catch `
464
+ and rethrown by ` rethrow ` .
465
465
466
466
More formally, the added interfaces look like the following:
467
467
You can’t perform that action at this time.
0 commit comments