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
*
[Strings] GC variants for string.encode (#4817)
Alon Zakai
2022-07-21
1
-0
/
+10
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-3
/
+5
*
[Strings] Add string.new GC variants (#4813)
Alon Zakai
2022-07-19
1
-2
/
+12
*
[Strings] stringview_wtf16.length (#4809)
Alon Zakai
2022-07-18
1
-0
/
+1
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+31
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+55
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+18
*
[Strings] string.is_usv_sequence (#4783)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+11
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+11
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+19
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+18
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+13
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+20
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-29
/
+14
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
1
-2
/
+0
*
Make RefCast safe by default (#4663)
Thomas Lively
2022-05-12
1
-1
/
+1
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-0
/
+5
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-0
/
+4
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
1
-2
/
+2
*
Implement i16x8.relaxed_q15mulr_s (#4583)
Thomas Lively
2022-04-07
1
-0
/
+1
*
Generate heap type names when printing types (#4503)
Thomas Lively
2022-02-07
1
-8
/
+1
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-13
/
+1
*
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
[next]