Commits
User selector
Commit History
Commits on Aug 23, 2021
[JSC] Remove already-shipped wasm option flags
Show description for 907efddcommitted
Commits on Jun 25, 2021
[WASM-Function-References] Add support for (ref null? $t) type constructor
Show description for 5792157authored andcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Mar 5, 2021
[WASM-Function-References] Update ref.func to produce (ref $t)
Show description for a50571cauthored andcommitted
Commits on Mar 3, 2021
[WASM-Function-References] Extend wasm type with type index
Show description for 0f1ff8eauthored andcommitted
Commits on Jan 23, 2021
[JSC] Allow to build WebAssembly without B3
Show description for 0f083bbauthored andcommitted
Commits on Jan 19, 2021
[JSC] Implement a B3::Compilation replacement for wasm-llint
Show description for e52f93ccommitted
commit-queue@webkit.org
Commits on Dec 17, 2020
[WASM-References] Add support for memory.copy, memory.init and data.drop
Show description for bae0f9dauthored andcommitted
Commits on Dec 11, 2020
[WASM-References] Add table.init
Show description for 3c4c644authored andcommitted
Commits on Dec 2, 2020
[WASM-References] Add support for active mods in element section
Show description for 741831aauthored andcommitted
Commits on Nov 19, 2020
[WASM-References] Remove subtyping rule for externref and funcref
Show description for de965baauthored andcommitted
Commits on Nov 12, 2020
[WASM-References] Support imm for ref.null
Show description for 0a39c01authored andcommitted
Commits on Nov 7, 2020
[WASM-References] Rename anyref to externref
Show description for 2d77a71authored andcommitted
Commits on Dec 4, 2019
Adopt the new WebAssembly.Global system
Show description for 3a60ed8committed
Commits on Oct 1, 2019
Add support for the Wasm multi-value proposal
Show description for fbf1012committed
Commits on Sep 18, 2019
Unreviewed, rolling out r250002.
Show description for 1bbdf79committed
Commits on Sep 17, 2019
Change WebAssembly calling conventions
Show description for 22686f7committed
Commits on Aug 12, 2019
[WTF][JSC] Make JSC and WTF aggressively-fast-malloced
Show description for 0bfa052committed
Commits on Jun 19, 2019
[WASM-References] Rename anyfunc to funcref
Show description for 9551a06committed
Justin Michaud
Commits on Jun 18, 2019
[WASM-References] Add support for multiple tables
Show description for f8e5d3ccommitted
Justin Michaud
Commits on Jun 17, 2019
[WASM-References] Add support for Funcref in parameters and return types
Show description for 421b27bcommitted
Justin Michaud
Commits on Jun 6, 2019
[WASM-References] Add support for Anyref tables, Table.get and Table.set (for Anyref only).
Show description for 64c6c19committed
Justin Michaud
Commits on May 18, 2019
[WASM-References] Add support for Anyref in parameters and return types, Ref.null and Ref.is_null for Anyref values.
Show description for b5f08c5committed
Justin Michaud
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Sep 7, 2018
[WebAssembly] Optimize JS to Wasm call by using pointer of Signature as SignatureIndex
Show description for c37b4a6committed
Commits on Aug 28, 2018
[WebAssembly] Parse wasm modules in a streaming fashion
Show description for 5a41775committed
Commits on Apr 20, 2018
Remove code for compilers that did not support NSDMI for aggregates
Show description for 7fe35bccommitted
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Mar 30, 2018
Use MacroAssemblerCodePtr in Wasm code for code pointers instead of void*.
Show description for 5388171committed
Mark Lam
Commits on Nov 1, 2017
WebAssembly: Wasm::IndexOrName has a raw pointer to Name
Show description for e58bf0fcommitted
Commits on Oct 24, 2017
WebAssembly: NFC renames of things that aren't JS-specific
Show description for a778238committed
Commits on Oct 20, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 6b950e6committed
Commits on Oct 6, 2017
Unreviewed, rolling out r222791 and r222873.
Show description for 8171170authored andcommitted