RESOLVED CONFIGURATION CHANGED 163351
WebAssembly should support trapping.
https://bugs.webkit.org/show_bug.cgi?id=163351
Summary WebAssembly should support trapping.
Keith Miller
Reported 2016-10-12 13:30:29 PDT
...
Attachments
JF Bastien
Comment 2 2016-11-28 16:32:18 PST
FYI WebAssembly.RuntimeError is in Source/JavaScriptCore/wasm/js/
JF Bastien
Comment 3 2016-11-28 16:41:38 PST
Things that can trap: - unreachable - div - rem - trunk - out-of-bounds memory access - out-of-bounds call_indirect - indirect call signature mismatch Stack overflow is currently unspecified, so that we can return the same error as JS would on stack overflow.
JF Bastien
Comment 5 2016-12-01 09:36:22 PST
Keith Miller
Comment 6 2017-03-28 11:03:38 PDT
I think this was done in other bugs, closing.
Note You need to log in before you can comment on or make changes to this bug.