index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-0
/
+23
*
[NFC] Create a .cpp file for fuzzer implementation (#4279)
Thomas Lively
2021-10-26
1
-2
/
+2
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+13
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+11
*
Emit heap types for call_indirect that match the table (#4221)
Alon Zakai
2021-10-08
1
-0
/
+12
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+13
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+12
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-3
/
+12
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-4
/
+23
*
Support new dylink.0 custom section format (#4141)
Sam Clegg
2021-09-11
1
-0
/
+1
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+11
*
[Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...
Max Graey
2021-09-01
1
-4
/
+3
*
Handle extra info in dylink section (#4112)
Sam Clegg
2021-08-31
1
-0
/
+1
*
Fix the Switch operand order in LinearExecutionWalker (#4076)
Alon Zakai
2021-08-12
1
-1
/
+1
*
Fix signed_ field initialization in Load. (#4075)
Alon Zakai
2021-08-12
1
-2
/
+2
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-1
/
+7
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-5
/
+0
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-18
/
+18
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-0
/
+5
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-2
/
+8
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-2
/
+16
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
wasm-split: Update dylink section when growing table (#3791)
Sam Clegg
2021-04-09
1
-1
/
+1
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-4
/
+9
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-64
/
+20
*
Validator: Pass the module along when printing errors, so type names are used...
Alon Zakai
2021-03-24
1
-0
/
+3
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-2
/
+2
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-4
/
+0
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-19
/
+30
*
Remove comment as context is nonexistent (#3612)
Paulo Matos
2021-02-25
1
-1
/
+0
*
Properly use text format type names in printing (#3591)
Alon Zakai
2021-02-23
1
-0
/
+10
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-1
/
+1
*
[EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)
Heejin Ahn
2021-02-13
1
-1
/
+1
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-0
/
+4
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-8
/
+10
*
Use unordered maps of Name where possible (#3546)
Alon Zakai
2021-02-05
1
-6
/
+6
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-1
/
+19
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-0
/
+7
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+1
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-3
/
+13
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-3
/
+0
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+18
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-3
/
+13
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-13
/
+8
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-16
/
+0
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+7
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-3
/
+7
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+18
[next]