index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Parser] Parse standard subtype declarations (#4778)
Thomas Lively
2022-07-08
1
-49
/
+92
*
[Strings] string.concat (#4777)
Alon Zakai
2022-07-08
4
-0
/
+31
*
[Strings] string.encode (#4776)
Alon Zakai
2022-07-07
4
-0
/
+74
*
Group reference types in binary format. (#4774)
Alon Zakai
2022-07-07
1
-0
/
+23
*
[Strings] string.measure (#4775)
Alon Zakai
2022-07-07
4
-6
/
+77
*
[Strings] Add string.const (#4768)
Alon Zakai
2022-07-06
4
-0
/
+113
*
[Strings] Add feature flag for Strings proposal (#4766)
Alon Zakai
2022-06-30
3
-0
/
+10
*
[Strings] Print shorthand types where possible (#4763)
Alon Zakai
2022-06-29
1
-1
/
+17
*
[Strings] Add string.new* instructions (#4761)
Alon Zakai
2022-06-29
4
-0
/
+80
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
4
-0
/
+91
*
[Parser] Parse struct and array types (#4745)
Thomas Lively
2022-06-22
1
-13
/
+176
*
First class Data Segments (#4733)
Ashley Nelson
2022-06-21
5
-84
/
+127
*
Do not emit recursion groups without GC enabled (#4738)
Thomas Lively
2022-06-18
1
-2
/
+7
*
Fix table exporting (#4736)
Alon Zakai
2022-06-17
1
-1
/
+2
*
[Parser][NFC] Small code cleanups (#4729)
Thomas Lively
2022-06-14
3
-8
/
+8
*
Fix an unused variable warning (#4728)
walkingeyerobot
2022-06-14
1
-0
/
+1
*
[NFC] Optimize non-equirecursive LUB calculations (#4722)
Thomas Lively
2022-06-14
1
-89
/
+148
*
[Parser] Parse function types (#4718)
Thomas Lively
2022-06-14
1
-11
/
+369
*
[Parser] Begin parsing modules (#4716)
Thomas Lively
2022-06-10
3
-4
/
+668
*
Update relaxed SIMD instructions
Thomas Lively
2022-06-07
3
-17
/
+1
*
[Parser] Token classification (#4699)
Thomas Lively
2022-06-01
1
-22
/
+151
*
[NFC] Refactor EHUtils::findPops() method (#4704)
Alon Zakai
2022-06-01
1
-25
/
+2
*
wasm-emscripten-finalize: Improve detection of mainReadsParams (#4701)
Sam Clegg
2022-05-31
1
-6
/
+10
*
Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)
Sam Clegg
2022-05-31
1
-12
/
+0
*
[Parser] Replace Signedness with ternary Sign (#4698)
Thomas Lively
2022-05-27
1
-23
/
+21
*
[Parser][NFC] Improve comments about default NaN payloads (#4697)
Thomas Lively
2022-05-27
1
-0
/
+5
*
[Parser][NFC] Remove extraneous braces from std::optional returns (#4696)
Thomas Lively
2022-05-27
1
-9
/
+9
*
[Parser][NFC] Create a public wat-lexer.h header (#4695)
Thomas Lively
2022-05-27
2
-241
/
+101
*
[EH] Export tags (#4691)
Heejin Ahn
2022-05-26
2
-1
/
+2
*
[Parser][NFC] Clarify escaped string lexing (#4694)
Thomas Lively
2022-05-26
1
-24
/
+27
*
[Parser] Lex floating point values (#4693)
Thomas Lively
2022-05-26
1
-25
/
+231
*
[Parser] Lex keywords (#4688)
Thomas Lively
2022-05-25
1
-1
/
+36
*
[Parser] Lex strings (#4687)
Thomas Lively
2022-05-25
1
-1
/
+164
*
[Parser] Lex idchar and identifiers (#4686)
Thomas Lively
2022-05-25
1
-3
/
+82
*
[Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)
Alon Zakai
2022-05-25
1
-0
/
+32
*
[Parser] Start a new text format parser (#4680)
Thomas Lively
2022-05-24
1
-0
/
+557
*
Fix binary parsing of the prototype nominal format (#4679)
Thomas Lively
2022-05-19
1
-3
/
+0
*
[NFC] Deduplicate imported global parsing (#4678)
Thomas Lively
2022-05-19
1
-23
/
+7
*
Validator: Check features for ref.null's type (#4677)
Alon Zakai
2022-05-18
1
-0
/
+5
*
Allow TypeBuilder::grow to take 0 as an argument (#4668)
Thomas Lively
2022-05-16
1
-1
/
+1
*
[NFC] Make Literal::makeNull take a HeapType (#4664)
Alon Zakai
2022-05-13
1
-1
/
+1
*
Add ref.cast_nop_static (#4656)
Thomas Lively
2022-05-11
3
-4
/
+17
*
Parse the prototype nominal binary format (#4644)
Thomas Lively
2022-05-04
1
-9
/
+40
*
Remove externref (#4633)
Thomas Lively
2022-05-04
6
-62
/
+10
*
Update the type section binary format (#4625)
Thomas Lively
2022-05-02
1
-64
/
+62
*
[NominalFuzzing] Add a validation error on ref.cast's etc. intended type (#4606)
Alon Zakai
2022-04-21
1
-0
/
+7
*
Implement relaxed SIMD dot product instructions (#4586)
Thomas Lively
2022-04-11
4
-8
/
+56
*
[SIMD] Make swizzle's opcode name consistent (NFC) (#4585)
Heejin Ahn
2022-04-09
3
-6
/
+6
*
Implement i16x8.relaxed_q15mulr_s (#4583)
Thomas Lively
2022-04-07
3
-3
/
+12
*
[Wasm GC] Fix stacky non-nullable tuples (#4561)
Alon Zakai
2022-03-31
1
-7
/
+8
[next]