Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on Apr 20, 2026
Further reduce use of jsCast<>()
Show description for e602202committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Apr 17, 2026
Update wasm data segment implementation to support multimemory
Show description for e40405aauthored andcommitted
Commits on Mar 28, 2026
[JSC] Reduce size of Wasm GC objects by dropping m_rtt
Show description for e40eb8acommitted
Commits on Jan 16, 2026
[JSC] Do not use FunctionSignature for BlockSignature in Wasm
Show description for 5ad2efdcommitted
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Sep 4, 2025
[JSC] Remove duplicate m_instance field
Show description for eca7118committed
Commits on Sep 3, 2025
[JSC] Remove boxedWasmCalleeLoadLocation
Show description for 81abc20committed
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 15, 2025
[JSC] Clean up RTT
Show description for 3a37af3committed
Commits on May 22, 2025
[Wasm GC] Assertion failed: value.isCell()
Show description for caa08f1committed
Commits on May 1, 2025
JSToWasm non-IC entrypoints should load the entry point the same way as the IC.
Show description for 62b8ca0committed
Commits on Mar 28, 2025
[BBQ] Inline (most) Wasm GC object allocations
Show description for 0f34249committed
Commits on Mar 25, 2025
[ARMv7] Fix i32 wasm args when useJIT=0
Show description for 21f5de3committed
Commits on Mar 17, 2025
[Wasm] GC objects should not require destructors
Show description for 4ae6483committed
Commits on Mar 5, 2025
[Wasm] GC structs shouldn't need to visit fields if there's no ref fields
Show description for b7b433acommitted
Commits on Mar 4, 2025
[Wasm] GC Structs should have their backing store allocated by a TrailingArray
Show description for 70614e2committed
Commits on Dec 23, 2024
Fix boxedWasmCalleeLoadLocation assertion in WasmTable.cpp
Show description for 475611fauthored andcommitted
Commits on Jul 30, 2024
Unreviewed non-unified build fix 2024-07-30
Show description for 379afa1committed
Commits on Apr 9, 2024
Use std::span and char8_t for UTF-8
Show description for 353a203committed
Commits on Jan 10, 2023
[JSC] Fix elem.wast.js failures
Show description for 5e5f363committed
Commits on Jun 2, 2021
Drop Checked::safeGet()
Show description for 24767fccommittedUse Checked aliases instead of Checked<T, RecordOverflow>
Show description for eedcca1committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on Dec 17, 2020
[WASM-References] Add support for memory.copy, memory.init and data.drop
Show description for bae0f9dauthored andcommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Oct 27, 2017
WebAssembly: update arbitrary limits to what browsers use
Show description for a8110b8committed
Commits on May 10, 2017
WebAssembly: support name section
Show description for afa73c7committed
Commits on Apr 5, 2017
WebAssembly: ModuleInformation should be a ref counted thing that can be shared across threads.
Show description for 5c40c80committed
Commits on Dec 29, 2016
WebAssembly: Implement grow_memory and current_memory
Show description for 59391d7committed
Commits on Dec 20, 2016
WebAssembly: unique function signatures
Show description for 045d5b2committed
Commits on Dec 10, 2016
WebAssembly JS API: implement start function
Show description for 8b918cbcommitted
Commits on Dec 9, 2016
WebAssembly JS API: implement importing and defining Memory
Show description for d649694committed
Commits on Dec 3, 2016
WebAssembly: update binary format to 0xD version
Show description for 7ed63e4committed