Bug 259665 - Implement saturating truncation, remaining memory and table operations, and update call to pass stack parameters
Summary: Implement saturating truncation, remaining memory and table operations, and u...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-31 15:54 PDT by daniel_liu4
Modified: 2023-08-03 11:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daniel_liu4 2023-07-31 15:54:14 PDT
Implemented the remainder of the core Wasm spec, including saturating truncation and memory/table operations. Fixed bugs in call and updated implementation to pass stack parameters.
Comment 1 Radar WebKit Bug Importer 2023-07-31 15:54:54 PDT
<rdar://problem/113166666>
Comment 2 daniel_liu4 2023-07-31 16:03:33 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16249
Comment 3 EWS 2023-08-03 11:37:24 PDT
Committed 266545@main (de71f3ac024b): <https://commits.webkit.org/266545@main>

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