index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm-s-parser.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
1
-0
/
+1
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
1
-0
/
+1
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
1
-0
/
+1
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
1
-0
/
+1
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
1
-2
/
+7
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
1
-0
/
+1
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+1
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+1
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+1
*
[Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)
Alon Zakai
2021-09-23
1
-0
/
+3
*
Properly error on bad function names in text format (#4177)
Alon Zakai
2021-09-22
1
-0
/
+1
*
[Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)
Alon Zakai
2021-09-20
1
-0
/
+3
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+1
*
Preserve function heap types during text parsing (#3935)
Thomas Lively
2021-06-22
1
-5
/
+4
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-4
/
+4
*
[Wasm GC] rtt.fresh_sub (#3936)
Alon Zakai
2021-06-17
1
-0
/
+1
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+1
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-2
/
+0
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-1
/
+2
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-5
/
+5
*
[Wasm GC] Parse text field names even of types that end up canonicalized toge...
Alon Zakai
2021-03-03
1
-1
/
+9
*
[Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)
Alon Zakai
2021-03-01
1
-3
/
+6
*
Support type uses before definitions in text parser (#3584)
Thomas Lively
2021-02-18
1
-1
/
+3
*
[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
-1
/
+2
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-1
/
+6
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+1
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+1
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+1
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-1
/
+1
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-1
/
+1
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-1
/
+0
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+1
*
MemoryPacking: Preserve segment names (#3458)
Sam Clegg
2020-12-18
1
-1
/
+2
*
[GC] Add Array operations (#3436)
Alon Zakai
2020-12-10
1
-2
/
+9
*
[GC] Add struct.get instruction parsing and execution (#3429)
Alon Zakai
2020-12-07
1
-0
/
+1
*
[GC] Support reading and writing of Struct and Array types (#3423)
Alon Zakai
2020-12-05
1
-2
/
+1
*
[GC types] Refactoring to allow future heap type parsing. NFC (#3409)
Alon Zakai
2020-12-02
1
-5
/
+9
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+8
*
[s-parsing] Store full function signatures (#3356)
Alon Zakai
2020-11-13
1
-1
/
+1
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+1
*
Assign import names consistently between text and binaryn reader (#3238)
Sam Clegg
2020-10-14
1
-0
/
+2
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+14
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+2
*
Remove redundant allocator in Builder (#3144)
Thomas Lively
2020-09-22
1
-1
/
+0
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+1
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-0
/
+2
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-1
/
+2
[next]