index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Fuzzing] Emit secondary wasm files in ClusterFuzz testcases (#7122)
Alon Zakai
2024-11-26
1
-17
/
+56
*
[NFC] Refactor ClusterFuzz run.py (#7101)
Alon Zakai
2024-11-21
1
-8
/
+8
*
Fuzzing: Append more JS operations in run.py (#7098)
Alon Zakai
2024-11-21
1
-0
/
+37
*
Fuzzer: Legalize and prune the JS interface in pickPasses (#7092)
Alon Zakai
2024-11-20
1
-0
/
+12
*
Fuzzing: ClusterFuzz integration (#7079)
Alon Zakai
2024-11-19
1
-0
/
+259
*
Binary parser: Lift the limit on the number of locals (#6973)
Jérôme Vouillon
2024-09-30
1
-0
/
+16
*
[NFC] Eagerly create segments when parsing datacount (#6958)
Thomas Lively
2024-09-19
2
-15
/
+0
*
[FP16] Add a feature flag for FP16. (#6864)
Brendan Dahl
2024-08-22
1
-0
/
+1
*
[threads] Add a "shared-everything" feature (#6658)
Thomas Lively
2024-06-14
1
-0
/
+1
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-7
/
+10
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-203
/
+0
*
Fixes regarding explicit names (#6466)
Jérôme Vouillon
2024-04-11
1
-0
/
+0
*
Add an Asyncify option to propagate the addList (#5935)
かめのこにょこにょこ
2024-04-01
1
-0
/
+9
*
Add package.json for unit tests (#6245)
Alon Zakai
2024-02-08
2
-0
/
+4
*
Get more tests working with the new text parser (#6284)
Thomas Lively
2024-02-07
5
-7
/
+6
*
Update the text syntax for tuple types (#6246)
Thomas Lively
2024-01-26
1
-1
/
+1
*
Require `then` and `else` with `if` (#6201)
Thomas Lively
2024-01-04
3
-33
/
+57
*
Drop support for non-standard quoted function names (#6188)
Thomas Lively
2023-12-20
4
-20
/
+16
*
Add a `tuple.drop` text pseudoinstruction (#6170)
Thomas Lively
2023-12-12
1
-1
/
+1
*
Update `tuple.make` text format to include arity (#6169)
Thomas Lively
2023-12-12
1
-2
/
+2
*
[wasm-emscripten-finalize] Remove --separate-data-segments (#6091)
Sam Clegg
2023-11-27
1
-1
/
+1
*
Remove various testing spam (#6109)
Alon Zakai
2023-11-14
2
-2
/
+1
*
Typed Continuations: Add cont type (#5998)
Frank Emrich
2023-10-24
1
-0
/
+12
*
[typed-cont] Allow result types on tags (#5997)
Frank Emrich
2023-10-05
1
-0
/
+16
*
[typed-cont] Add feature flag (#5996)
Frank Emrich
2023-10-05
1
-0
/
+1
*
Use standard GC encodings by default (#5873)
Thomas Lively
2023-09-12
1
-0
/
+0
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-1
/
+1
*
Remove the --hybrid and --nominal command line options (#5669)
Thomas Lively
2023-04-14
1
-24
/
+21
*
[Fuzzer] Simplify the hang limit mechanism (#5513)
Alon Zakai
2023-02-23
1
-21
/
+0
*
Fix opt/shrink levels when running the optimizer multiple times (#5333)
Alon Zakai
2022-12-14
1
-0
/
+18
*
[Wasm GC] Implement closed-world flag (#5303)
Alon Zakai
2022-11-30
1
-0
/
+49
*
Update default features to match new llvm defaults (#5212)
Sam Clegg
2022-11-03
1
-7
/
+5
*
[NFC] Mention relevant flags in validator errors (#5203)
Alon Zakai
2022-11-01
1
-12
/
+9
*
Binary format: Don't emit empty Memory sections (#5145)
Alon Zakai
2022-10-17
3
-2
/
+12
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-0
/
+0
*
Warn on too many parameters for Web VMs (#5119)
Alon Zakai
2022-10-06
1
-0
/
+22
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
Adding Multi-Memories Wasm Feature (#4968)
Ashley Nelson
2022-08-25
1
-0
/
+1
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-1
/
+1
*
Remove metadata generation from wasm-emscripten-finalize (#4863)
Sam Clegg
2022-08-07
1
-5
/
+1
*
[Strings] Add feature flag for Strings proposal (#4766)
Alon Zakai
2022-06-30
1
-0
/
+1
*
Remove externref (#4633)
Thomas Lively
2022-05-04
2
-5
/
+5
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
[Fuzzer] Allow empty data in --translate-to-fuzz (#4406)
Heejin Ahn
2021-12-28
1
-0
/
+14
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+1
*
Add a test for too many locals in Asyncify (#4110)
Alon Zakai
2021-08-27
1
-0
/
+15
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-17
/
+9
*
Remove (attr 0) from tag text format (#3946)
Heejin Ahn
2021-06-19
1
-2
/
+2
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-6
/
+6
*
Remove Type ordering (#3793)
Thomas Lively
2021-05-18
1
-0
/
+0
[next]