index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-s-parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-4124
/
+0
*
[Strings] Remove operations not included in imported strings (#6589)
Thomas Lively
2024-05-15
1
-27
/
+6
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-45
/
+2
*
Remove redundant ptrType from MemorySize/Grow instructions. NFC (#6590)
Sam Clegg
2024-05-15
1
-2
/
+2
*
Source maps: Allow specifying that an expression has no debug info in text (...
Jérôme Vouillon
2024-05-14
1
-0
/
+4
*
[Strings] Add a string lowering pass using magic imports (#6497)
Thomas Lively
2024-04-15
1
-6
/
+13
*
Fixes regarding explicit names (#6466)
Jérôme Vouillon
2024-04-11
1
-0
/
+1
*
Typed continuations: nocont and cont basic heap types (#6468)
Frank Emrich
2024-04-04
1
-0
/
+12
*
Fix parsing of table imports (#6446)
Jérôme Vouillon
2024-03-27
1
-3
/
+6
*
[Strings] Represent string values as WTF-16 internally (#6418)
Thomas Lively
2024-03-22
1
-1
/
+7
*
Typed continuations: suspend instructions (#6393)
Frank Emrich
2024-03-19
1
-0
/
+14
*
Typed continuations: cont.bind instructions (#6365)
Frank Emrich
2024-03-04
1
-0
/
+23
*
Typed continuations: cont.new instructions (#6308)
Frank Emrich
2024-02-22
1
-0
/
+14
*
Remove support for legacy stringref text syntax (#6289)
Thomas Lively
2024-02-08
1
-85
/
+16
*
Make `array.new_fixed` length annotations mandatory (#6277)
Thomas Lively
2024-02-06
1
-11
/
+5
*
Update pop text syntax (#6251)
Thomas Lively
2024-01-29
1
-4
/
+3
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-5
/
+8
*
Typed continuations: resume instructions (#6083)
Frank Emrich
2024-01-11
1
-0
/
+32
*
[Parser] Parse br_if correctly (#6202)
Thomas Lively
2024-01-04
1
-2
/
+2
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
1
-5
/
+10
*
Use the standard shared memory text format (#6200)
Thomas Lively
2024-01-03
1
-59
/
+7
*
Drop support for type annotations on array.len (#6197)
Thomas Lively
2024-01-03
1
-8
/
+1
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
1
-5
/
+1
*
[EH] Add instructions for new proposal (#6181)
Heejin Ahn
2023-12-19
1
-1
/
+67
*
Add an arity immediate to tuple.extract (#6172)
Thomas Lively
2023-12-12
1
-5
/
+10
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-0
/
+15
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-1
/
+5
*
[EH] Add exnref type back (#6149)
Heejin Ahn
2023-12-08
1
-0
/
+15
*
Implement table.copy (#6078)
Alon Zakai
2023-11-06
1
-0
/
+18
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-10
/
+38
*
Reuse existing function types for blocks (#6022)
Thomas Lively
2023-10-18
1
-10
/
+34
*
wasm-s-parser: Add context in validation errors (#5981)
Alon Zakai
2023-09-28
1
-201
/
+188
*
Implement table.fill (#5949)
Thomas Lively
2023-09-18
1
-0
/
+12
*
Remove legacy type defintion text syntax (#5948)
Thomas Lively
2023-09-18
1
-40
/
+4
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-2
/
+2
*
Remove legacy GC text syntax (#5929)
Thomas Lively
2023-09-12
1
-34
/
+4
*
Make final types the default (#5918)
Thomas Lively
2023-09-09
1
-1
/
+6
*
Update stringref text format (#5891)
Jérôme Vouillon
2023-08-22
1
-26
/
+38
*
Make the legacy parser follow more closely the standard GC text format (#5889)
Jérôme Vouillon
2023-08-22
1
-13
/
+37
*
Fix finalization of call_ref to handle refined target types (#5883)
Thomas Lively
2023-08-21
1
-0
/
+7
*
Ensure br_on_cast* target type is subtype of input type (#5881)
Thomas Lively
2023-08-17
1
-0
/
+6
*
Remove legacy WasmGC instructions (#5861)
Thomas Lively
2023-08-09
1
-47
/
+21
*
Initial support for `final` types (#5803)
Thomas Lively
2023-07-06
1
-4
/
+13
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-1
/
+1
*
Update br_on_cast binary and text format (#5762)
Thomas Lively
2023-06-12
1
-7
/
+7
*
Revert "Update br_on_cast binary and text format (#5734)" (#5740)
Alon Zakai
2023-05-23
1
-7
/
+7
*
Update br_on_cast binary and text format (#5734)
Thomas Lively
2023-05-19
1
-7
/
+7
*
[Strings] Adopt new instruction binary encoding (#5714)
Jérôme Vouillon
2023-05-12
1
-2
/
+6
*
[NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele...
Alon Zakai
2023-05-04
1
-9
/
+25
*
Implement array.fill, array.init_data, and array.init_elem (#5637)
Thomas Lively
2023-04-06
1
-0
/
+22
[next]