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
*
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
*
[Wasm GC] Add a isNonNullable() convenience method. NFC (#3978)
Alon Zakai
2021-07-12
1
-1
/
+1
*
[Memory64] further memory limit fixes (#3865)
Wouter van Oortmerssen
2021-07-09
1
-3
/
+10
*
[Wasm GC] Add support for non-nullable locals in binary reading (#3955)
Alon Zakai
2021-07-02
1
-7
/
+11
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-40
/
+58
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-8
/
+8
*
[EH] Make tag attribute's encoding uint8 (#3949)
Heejin Ahn
2021-06-22
1
-4
/
+4
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-7
/
+5
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-54
/
+54
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-2
/
+6
*
Parsing and emitting nominal types (#3933)
Thomas Lively
2021-06-15
1
-6
/
+26
*
[EH] Allow catch/delegate-less trys (#3924)
Heejin Ahn
2021-06-10
1
-5
/
+7
*
Store signatures as HeapTypes when parsing binaries (#3929)
Thomas Lively
2021-06-10
1
-21
/
+32
*
[Wasm GC] Add negated BrOn* operations (#3913)
Alon Zakai
2021-06-02
1
-1
/
+19
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+21
*
[wasm-split] Add an option to emit only the module names (#3901)
Thomas Lively
2021-05-25
1
-2
/
+8
*
[Wasm GC] Do not inline a function with an RTT parameter (#3808)
Alon Zakai
2021-04-14
1
-1
/
+1
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-6
/
+6
*
Update SIMD binary constants (#3799)
Daniel Wirtz
2021-04-12
1
-60
/
+60
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-6
/
+6
*
RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...
Alon Zakai
2021-04-08
1
-2
/
+1
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-8
/
+8
*
Write names subsections by increasing id (#3779)
Sam Clegg
2021-04-07
1
-27
/
+33
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-31
/
+26
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-133
/
+56
*
Fix binary reading of tuples containing non-nullable types (#3734)
Alon Zakai
2021-03-25
1
-5
/
+21
*
Refactor TypeBuilder (#3728)
Thomas Lively
2021-03-24
1
-5
/
+5
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-27
/
+49
*
[Wasm GC] Add support for non-nullable types, all except for locals (#3710)
Alon Zakai
2021-03-23
1
-11
/
+15
*
wasm-emscripten-finalize: Do not skip the start function body (#3714)
Alon Zakai
2021-03-22
1
-1
/
+8
*
Fixed reading 64-bit memories and output of globals (#3709)
Wouter van Oortmerssen
2021-03-19
1
-2
/
+2
*
wasm-emscripten-finalize: Do not read the Names section when not writing outp...
Alon Zakai
2021-03-18
1
-1
/
+5
*
Skip function bodies in wasm-emscripten-finalize when we don't need them (#3689)
Alon Zakai
2021-03-17
1
-1
/
+11
*
[Wasm GC] Fix RTT type parsing (#3672)
Alon Zakai
2021-03-10
1
-2
/
+2
[next]