Commits
User selector
Commit History
Commits on May 16, 2026
[Wasm] Build JS Wrappers and JSToWasmCallees Lazily
Show description for 29ac322committed
Commits on May 2, 2026
[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 17, 2026
Update wasm data segment implementation to support multimemory
Show description for e40405aauthored andcommitted
Commits on Apr 4, 2026
[JSC] Wasm SectionParser should store expanded TypeDefinition
Show description for b12cf08committed
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 2, 2026
[JSC] Limit element entry count to 10,000,000 per spec
Show description for 3e54135committed
Commits on Feb 9, 2026
Support instantiating multiple wasm memories
Show description for bdf2641authored andcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
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 Dec 7, 2025
Add support for Memory64 in WebAssembly in IPInt Tier
Show description for 26868dfcommitted
Commits on Nov 13, 2025
[JSC] Wasm: differentiate OOM from syntax/semantic errors
Show description for 437e817committed[JSC] Fix Wasm global V128 parsing
Show description for 58ba53cauthored andcommitted
Commits on Aug 27, 2025
[JSC] Copy wasm section content to extracted data instead of calling parseUInt8 byte by byte
Show description for 55e02edcommitted
Commits on Aug 16, 2025
[JSC] Inline operationWasmIsStrictSubRTT
Show description for e53d818committed
Commits on Jul 9, 2025
Reduce use of Vector::resize()
Show description for d5c8c97committed
Commits on Jun 19, 2025
[JSC] Fix WebAssembly table import validation for non-nullable reference types
Show description for 6da47c6committed
Commits on May 4, 2025
Further adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 5e3cb59committedFurther adopt C++20's [[likely]] / [[unlikely]] in JSC
Show description for 535276bcommitted
Commits on Mar 28, 2025
[BBQ] Inline (most) Wasm GC object allocations
Show description for 0f34249committed
Commits on Mar 17, 2025
[Wasm] GC objects should not require destructors
Show description for 4ae6483committed
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 23, 2025
Have ""_span be `constexpr` and return a `std::span<const char>` instead of `std::span<const LChar>`
Show description for df4aa62committed
Commits on Jan 11, 2025
[JSC] Remove useWasmGC option
Show description for 20c4db2committed
Commits on Jan 10, 2025
[JSC] Crash on JSC::Wasm::wasmToJS(unsigned long, unsigned int)
Show description for 96d7b00committed
Commits on Jan 7, 2025
Add FunctionSignature checks to the FunctionParser and SectionParser
Show description for 015083ccommitted
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Nov 6, 2024
[JSC] Wasm GC: remove some redundancy in type parsing
Show description for 943f2d8committed
Commits on Nov 5, 2024
[JSC] Fix ref-counting issues with Wasm GC types
Show description for 3ec2959authored andcommitted
Commits on Oct 27, 2024
[WASM] Throw exceptions for invalid wasm exception type signature
Show description for 6f99f6bcommitted
Commits on Sep 30, 2024
Add Wasm::FunctionCodeIndex/FunctionSpaceIndex types to differentiate them
Show description for c55f324committed