Bug 163351

Summary: WebAssembly should support trapping.
Product: WebKit Reporter: Keith Miller <keith_miller>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: jfbastien, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 164757, 164786, 165163, 165429    
Bug Blocks:    

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.