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
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+1
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+1
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+1
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+1
*
[Parser] Parse br_if correctly (#6202)
Thomas Lively
2024-01-04
1
-1
/
+1
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-1
/
+2
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-0
/
+1
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+1
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-1
/
+1
*
wasm-s-parser: Add context in validation errors (#5981)
Alon Zakai
2023-09-28
1
-1
/
+4
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+1
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-7
/
+3
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-2
/
+4
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+2
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-0
/
+4
*
Parse and print `array.new_fixed` (#5527)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[Strings] Add experimental StringNew variants (#5459)
Alon Zakai
2023-01-26
1
-1
/
+1
*
[Strings] Add string.compare (#5453)
Alon Zakai
2023-01-25
1
-1
/
+1
*
Fix segment fault in API BinaryenModuleParse (#5440) (#5441)
Changqing Jing
2023-01-20
1
-3
/
+3
*
Represent ref.as_{func,data,i31} with RefCast (#5413)
Thomas Lively
2023-01-10
1
-1
/
+3
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-2
/
+3
*
Consolidate br_on* operations (#5399)
Thomas Lively
2023-01-06
1
-1
/
+3
*
Add standard versions of WasmGC casts (#5331)
Thomas Lively
2022-12-07
1
-6
/
+5
*
Switch from `typedef` to `using` in C++ code. NFC (#5258)
Sam Clegg
2022-11-15
1
-1
/
+1
*
Implement `array.new_data` and `array.new_elem` (#5214)
Thomas Lively
2022-11-07
1
-0
/
+1
*
[Parser] Parse loads and stores (#5174)
Thomas Lively
2022-10-21
1
-2
/
+3
*
[NFC] Avoid re-parsing instruction names (#5171)
Thomas Lively
2022-10-20
1
-5
/
+4
*
[NFC] Remove obsolete `makePush` functions (#5159)
Thomas Lively
2022-10-19
1
-1
/
+0
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-7
/
+10
*
[NFC] Remove `cashew::` namespace from IString (#5126)
Thomas Lively
2022-10-10
1
-15
/
+11
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-8
/
+14
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-9
/
+1
*
[Strings] stringview_*.slice (#4805)
Alon Zakai
2022-07-15
1
-0
/
+2
*
[Strings] stringview access operations (#4798)
Alon Zakai
2022-07-13
1
-0
/
+4
*
[Strings] string.as (#4797)
Alon Zakai
2022-07-12
1
-0
/
+1
*
[Strings] string.eq (#4781)
Alon Zakai
2022-07-08
1
-0
/
+1
*
[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
[next]