Commits
User selector
Commit History
Commits on May 16, 2026
[Wasm] Build JS Wrappers and JSToWasmCallees Lazily
Show description for 29ac322committed
Commits on May 6, 2026
Reland Memory64 atomic operations
Show description for 27cb38bcommitted
Commits on May 2, 2026
[JSC] Avoid using RTT for signature of wasm ConstExpr parsing
Show description for f6b6218committed[JSC] Fix wasm type parsing regression by making RTT formal canonicalized types
Show description for 103a40acommitted
Commits on Apr 28, 2026
[JSC] Save source offset for evaluating Wasm constant expressions
Show description for b05d16fauthored andcommitted
Commits on Apr 23, 2026
Unreviewed, reverting 311796@main and 311812@main.
Show description for c63a291authored andcommitted
Commits on Apr 22, 2026
Memory64 atomic operations
Show description for 7a12263committed
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 16, 2026
Add wasm wide arithmetic proposal
Show description for bcd47e7committed
Commits on Apr 5, 2026
Drop WTF::Unexpected in favor of std::unexpected
Show description for 0655a1dcommitted
Commits on Apr 4, 2026
[JSC] Wasm SectionParser should store expanded TypeDefinition
Show description for b12cf08committed
Commits on Apr 2, 2026
Add wasm multimemory support to BBQ/OMG SIMD and atomics
Show description for 12997e8authored andcommitted
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Mar 24, 2026
Add wasm multimemory support to base instructions
Show description for 4ac3b92authored andcommitted
Commits on Mar 14, 2026
[JSC] IPInt PC move should be recorded one for prefixed opcodes
Show description for 0acf64eauthored andcommitted
Commits on Jan 16, 2026
[JSC] More precise TBAA for WasmGC Struct
Show description for 4758c06committed[JSC] Do not use FunctionSignature for BlockSignature in Wasm
Show description for 5ad2efdcommitted
Commits on Jan 11, 2026
Drop WTF WARN_UNUSED_RETURN and directly use C++17 [[nodiscard]]
Show description for 8196718committed
Commits on Dec 12, 2025
Modernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for c739fc1committed
Commits on Dec 11, 2025
Unreviewed, reverting 304287@main.
Show description for f5a0bdaauthored andcommittedModernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for 8b9bc96committed
Commits on Nov 13, 2025
[JSC] Wasm: differentiate OOM from syntax/semantic errors
Show description for 437e817committed
Commits on Nov 5, 2025
Wasm FunctionParser should use the result type from the 'if' instruction signature
Show description for 1c34bb6committed
Commits on Oct 3, 2025
[JSC] Fix v128 global.get in const expr
Show description for c70de88authored andcommitted
Commits on Sep 8, 2025
[JSC] Use MarkedArgumentBufferWithSize for wasm constant expr evaluation
Show description for 27a5244committed
Commits on Sep 4, 2025
[JSC] Clean up Wasm GC code in IPInt and runtime
Show description for 4e473f2committed
Commits on Sep 2, 2025
[JSC] Make WasmIPInt's tierSupportsSIMD a runtime option (useWasmIPIntSIMD)
Show description for c995990committed
Commits on Aug 29, 2025
[JSC] Start collecting wasm call information and stop inlining dead calls in OMG
Show description for 904b36fcommitted
Commits on Aug 20, 2025
[JSC] Update WasmGC types with final draft
Show description for 608cd9ecommitted
Commits on Aug 19, 2025
[JSC] Propagate wasm types from WasmFunctionParser
Show description for 8a87c94committed
Commits on May 4, 2025
Further adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 535276bcommitted
Commits on Mar 7, 2025
[Wasm] GC Arrays should have their payload allocated as a trailing array
Show description for d5ff0fecommitted
Commits on Feb 10, 2025
Unreviewed, reverting 289363@main.
Show description for 8245de9authored andcommitted
Commits on Jan 24, 2025
[JSC] Missing Validation for Element Segment Initialization
Show description for ed30693committed
Commits on Jan 21, 2025
Support noexnref and exnref casting
Show description for 359e633committed