Bug 258950

Summary: Implement WebAssembly in-place interpreter
Product: WebKit Reporter: daniel_liu4
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description daniel_liu4 2023-07-06 15:28:47 PDT
Implement fundamentals of an in-place interpreter, handling i32, i64, f32, f64 types, integer arithmetic and comparisons, if/else, block, and loop.
Comment 1 daniel_liu4 2023-07-07 16:33:12 PDT
<rdar://111932567>
Comment 2 daniel_liu4 2023-07-07 17:10:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15659
Comment 3 EWS 2023-07-20 14:20:48 PDT
Committed 266186@main (03154b1eb920): <https://commits.webkit.org/266186@main>

Reviewed commits have been landed. Closing PR #15659 and removing active labels.