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
...
*
[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
*
[Wasm GC] Properly handle "typeindex" in the binary format (#3663)
Alon Zakai
2021-03-09
1
-15
/
+23
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-79
/
+146
*
Fix binary writing of local name indexes (#3649)
Alon Zakai
2021-03-04
1
-9
/
+25
*
Emit "elem declare" for functions that need it (#3653)
Alon Zakai
2021-03-04
1
-0
/
+28
*
[Wasm GC] Allow subtyping in arguments to struct.get etc. Fixes #3636 (#3644)
Alon Zakai
2021-03-02
1
-1
/
+1
*
Remove duplicate assertion (#3638)
Alon Zakai
2021-03-02
1
-1
/
+0
*
[Wasm GC] Add Names section support for field names (#3589)
Alon Zakai
2021-03-01
1
-0
/
+48
*
[Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)
Alon Zakai
2021-03-01
1
-1
/
+1
*
Support 64-bit data segment init-exps in Memory64 (#3593)
Wouter van Oortmerssen
2021-02-25
1
-1
/
+1
*
Support Type names in the Names section (#3615)
Alon Zakai
2021-02-25
1
-0
/
+37
*
Refactor name processing (escaping/deduplication) to a shared place. NFC (#3609)
Alon Zakai
2021-02-24
1
-29
/
+29
*
Support type use before definition in binaries (#3588)
Thomas Lively
2021-02-19
1
-90
/
+181
*
[Wasm Exceptions] Fix binary parsing of a normal break to a try in a singleto...
Alon Zakai
2021-02-19
1
-4
/
+0
*
[EH] Change catch_all's opcode (#3574)
Heejin Ahn
2021-02-19
1
-5
/
+2
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-10
/
+13
*
[EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)
Heejin Ahn
2021-02-13
1
-13
/
+14
*
[EH] Support reading/writing of delegate (#3561)
Heejin Ahn
2021-02-12
1
-54
/
+119
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-81
/
+202
*
Use unordered maps of Name where possible (#3546)
Alon Zakai
2021-02-05
1
-4
/
+4
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+24
*
[GC] br_on_null (#3528)
Alon Zakai
2021-02-01
1
-0
/
+6
*
[GC] ref.as_non_null (#3527)
Alon Zakai
2021-01-28
1
-0
/
+6
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-8
/
+22
*
[GC] Update br_on_cast: the text format also no longer has a heap type (#3523)
Alon Zakai
2021-01-27
1
-1
/
+1
*
Memcpy data instead of bytewise copies (#3521)
Philip Pfaffe
2021-01-27
1
-19
/
+22
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+25
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-0
/
+15
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-3
/
+10
*
Debug info handling for new EH try-catch (#3496)
Alon Zakai
2021-01-25
1
-19
/
+25
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-3
/
+3
*
[GC] Update GC binary format for prototype v3 (#3507)
Alon Zakai
2021-01-22
1
-12
/
+0
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-33
/
+0
*
[GC] Add dataref type (#3500)
Alon Zakai
2021-01-21
1
-0
/
+11
*
Prototype additional f64x2 conversions (#3501)
Thomas Lively
2021-01-19
1
-0
/
+24
*
[GC] Read and lower Let instructions (#3485)
Alon Zakai
2021-01-15
1
-12
/
+78
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-18
/
+42
*
[GC] Fix minor binary format issues of ordering and immediates (#3472)
Alon Zakai
2021-01-11
1
-18
/
+19
*
[GC] Fix parsing/printing of ref types using i31 (#3469)
Alon Zakai
2021-01-07
1
-1
/
+2
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+21
[prev]
[next]