index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-3
/
+31
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+102
*
[Strings] Add feature flag for Strings proposal (#4766)
Alon Zakai
2022-06-30
1
-0
/
+4
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+31
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-0
/
+36
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-31
/
+36
*
Do not emit recursion groups without GC enabled (#4738)
Thomas Lively
2022-06-18
1
-2
/
+7
*
Fix table exporting (#4736)
Alon Zakai
2022-06-17
1
-1
/
+2
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
1
-8
/
+0
*
Fix binary parsing of the prototype nominal format (#4679)
Thomas Lively
2022-05-19
1
-3
/
+0
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-2
/
+5
*
Parse the prototype nominal binary format (#4644)
Thomas Lively
2022-05-04
1
-9
/
+40
*
Remove externref (#4633)
Thomas Lively
2022-05-04
1
-12
/
+0
*
Update the type section binary format (#4625)
Thomas Lively
2022-05-02
1
-64
/
+62
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
1
-0
/
+16
*
[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
-1
/
+5
*
[Wasm GC] Fix stacky non-nullable tuples (#4561)
Alon Zakai
2022-03-31
1
-7
/
+8
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+4
*
Isorecursive binary format (#4494)
Thomas Lively
2022-02-03
1
-16
/
+51
*
Make `TypeBuilder::build()` fallible (#4474)
Thomas Lively
2022-01-25
1
-1
/
+5
*
Remove unused `isNominal` field on HeapTypeInfo (#4465)
Thomas Lively
2022-01-20
1
-3
/
+1
*
Refactor ModuleUtils::collectHeapTypes (#4455)
Thomas Lively
2022-01-14
1
-11
/
+11
*
Warn about and ignore empty local/param names in name section (#4426)
Alon Zakai
2022-01-07
1
-3
/
+17
*
Turn an assertion on not colliding with an internal name into an error (#4422)
Alon Zakai
2022-01-05
1
-1
/
+4
*
Add binary format parse check for imported function types (#4423)
Alon Zakai
2022-01-05
1
-1
/
+7
*
[EH] Fixup nested pops after reading stacky binary (#4420)
Heejin Ahn
2022-01-04
1
-0
/
+5
*
Add binary format parse checking for ref.as input type (#4389)
Alon Zakai
2021-12-16
1
-0
/
+3
*
Add requireFunctionContext in necessary places (#4388)
Alon Zakai
2021-12-14
1
-0
/
+4
*
[EH] Fix binary parsing for catchless try + inner delegate (#4370)
Heejin Ahn
2021-12-06
1
-7
/
+0
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-47
/
+33
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-2
/
+3
*
Add support for relaxed-simd instructions (#4320)
Ng Zhi An
2021-11-15
1
-0
/
+68
*
Update to C++17 and use std::optional for getSuperType (#4203)
Derek Schuff
2021-10-18
1
-4
/
+3
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+23
*
Switch from "extends" to M4 nominal syntax (#4248)
Thomas Lively
2021-10-14
1
-1
/
+3
*
Minor fixes in binary type name emitting (#4239)
Alon Zakai
2021-10-13
1
-2
/
+3
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-2
/
+22
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+18
*
Update nominal binary format to match milestone 4 (#4211)
Thomas Lively
2021-10-04
1
-14
/
+37
*
Fix roundtripping specialized element segments of table zero (#4212)
Alon Zakai
2021-10-05
1
-1
/
+6
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+19
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+4
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-40
/
+71
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-12
/
+31
*
Support new dylink.0 custom section format (#4141)
Sam Clegg
2021-09-11
1
-7
/
+81
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+19
*
Support specialized function types in element segments (#4109)
Alon Zakai
2021-09-02
1
-8
/
+5
*
Handle extra info in dylink section (#4112)
Sam Clegg
2021-08-31
1
-35
/
+15
*
Fix signed_ field initialization in Load. (#4075)
Alon Zakai
2021-08-12
1
-6
/
+0
[next]