Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
HEAD
876638f
[Strings] Add string.const (#4768)
by Alon Zakai
· 23 hours ago
main
b69d3a8
[Strings] Add feature flag for Strings proposal (#4766)
by Alon Zakai
· 7 days ago
53de5ed
Fix more no-assertions warnings (#4765)
by Alon Zakai
· 7 days ago
db6d790
Fix no-asserts compile warning (#4764)
by Alon Zakai
· 7 days ago
dde0603
[Strings] Print shorthand types where possible (#4763)
by Alon Zakai
· 8 days ago
19f4db6
[Strings] Add string.new* instructions (#4761)
by Alon Zakai
· 8 days ago
d252c3e
[NFC] Refactor and clarify conditions for removing casts (#4754)
by Alon Zakai
· 8 days ago
7f75427
[Strings] Add string proposal types (#4755)
by Alon Zakai
· 8 days ago
9dbe457
Disallow --nominal with GC (#4758)
by Thomas Lively
· 8 days ago
7b7e2c5
[EH] Fix printing bug in nested blocks + delegate (#4753)
by Heejin Ahn
· 10 days ago
5811c2c
[JS API] Avoid trying to read the offset if segment is passive (#4750)
by Blaine Bublitz
· 13 days ago
efea050
[Wasm GC] OptimizeInstructions: Optimize ref.eq on equal inputs with a tee (#4749)
by Alon Zakai
· 13 days ago
10523fa
[WasmGC] OptimizeInstructions: Improve RefIs cast ordering (#4752)
by Alon Zakai
· 13 days ago
93b8849
[Wasm2JS] Fix lowering of i64.extendN_s instructions (#4321)
by taylor.fish
· 13 days ago
a0f7540
[Wasm GC] [TNH] OptimizeInstructions: remove casts leading to comparisons (#4748)
by Alon Zakai
· 13 days ago
9801693
[Fuzzer] Pretty print of feature opts and passes (#4740)
by Max Graey
· 2 weeks ago
1d2c759
[Parser] Parse struct and array types (#4745)
by Thomas Lively
· 2 weeks ago
3b9c2e8
First class Data Segments (#4733)
by Ashley Nelson
· 2 weeks ago
7fa4c08
PossibleContents + ContentOracle (#4685)
by Alon Zakai
· 2 weeks ago
6f37355
Disable Wasm2C in fuzz_opt for now (#4743)
by Max Graey
· 2 weeks ago
bab2105
Do not emit recursion groups without GC enabled (#4738)
by Thomas Lively
· 3 weeks ago
4652398
Fix table exporting (#4736)
by Alon Zakai
· 3 weeks ago
4a4c9eb
Add changelog entry for --zero-filled-memory / 3306 (#4735)
by Alon Zakai
· 3 weeks ago
ce2fc89
Enable GlobalStructInference by default (#4734)
by Alon Zakai
· 3 weeks ago
96923f1
[Parser][NFC] Small code cleanups (#4729)
by Thomas Lively
· 3 weeks ago
ee5e48d
Fix an unused variable warning (#4728)
by walkingeyerobot
· 3 weeks ago
7049a85
Reducer: Support --hybrid (#4726)
by Alon Zakai
· 3 weeks ago
4c810e4
SignatureRefining: Do not refine types of imported functions (#4727)
by Alon Zakai
· 3 weeks ago
2a3de22
Release 109 (#4725)
by Alon Zakai
· 3 weeks ago
version_109
79211c2
[NFC] Optimize non-equirecursive LUB calculations (#4722)
by Thomas Lively
· 3 weeks ago
0657f61
[Parser] Parse function types (#4718)
by Thomas Lively
· 3 weeks ago
093bf06
[Parser] Begin parsing modules (#4716)
by Thomas Lively
· 4 weeks ago
9fbfe0f
Include globals when collecting module types (#4717)
by Thomas Lively
· 4 weeks ago
0b66981
GlobalStructInference: Handle >2 globals if values coincide (#4714)
by Alon Zakai
· 4 weeks ago
b76d2fb
Link shared library against thread libraries (#4715)
by Sam Clegg
· 4 weeks ago
b7a93cc
Update relaxed SIMD instructions
by Thomas Lively
· 4 weeks ago
82d82f1
[Optimize Instructions] Simplify sign extentions (Part 2) (#4382)
by Max Graey
· 4 weeks ago
ec88ea6
Restore and fix SpillPointers pass (#4570)
by Alon Zakai
· 4 weeks ago
b6040f5
Fix dynamic linking for non-Debian Linux (#4713)
by jakobkummerow
· 4 weeks ago
87a27aa
Add C API for printing stack IR (#4692)
by ApsarasX
· 5 weeks ago
fc00dcc
Fuzzer: Add support for creating structs and arrays in makeConst (#4707)
by Alon Zakai
· 5 weeks ago
8470e7d
Fuzzer: Refactor makeConst into separate functions [NFC] (#4709)
by Alon Zakai
· 5 weeks ago
e74f66e
[Parser] Token classification (#4699)
by Thomas Lively
· 5 weeks ago
623e08e
Global Struct Inference pass: Infer two constants in struct.get (#4659)
by Alon Zakai
· 5 weeks ago
49763aa
[NFC] Refactor EHUtils::findPops() method (#4704)
by Alon Zakai
· 5 weeks ago
6257a58
[WasmGC] Fix try-catch and non-nullable local sets in values in SimplifyLocals (#4705)
by Alon Zakai
· 5 weeks ago
c498856
Updating spec test readme (#4706)
by Ashley Nelson
· 5 weeks ago
4d0646a
[WasmGC] Fix non-nullable locals and try-catch in SimplifyLocals (#4703)
by Alon Zakai
· 5 weeks ago
07d9067
wasm-emscripten-finalize: Improve detection of mainReadsParams (#4701)
by Sam Clegg
· 5 weeks ago
46282a4
Remove renameMainArgcArgv from wasm-emscripten-finalize (#4700)
by Sam Clegg
· 5 weeks ago
838de5c
[Parser] Replace Signedness with ternary Sign (#4698)
by Thomas Lively
· 6 weeks ago
410b7c9
[Parser][NFC] Improve comments about default NaN payloads (#4697)
by Thomas Lively
· 6 weeks ago
6b12e32
[Parser][NFC] Remove extraneous braces from std::optional returns (#4696)
by Thomas Lively
· 6 weeks ago
404bd2c
[Parser][NFC] Create a public wat-lexer.h header (#4695)
by Thomas Lively
· 6 weeks ago
f21774f
OptimizeInstructions: Turn call_ref of a select into an if over two direct calls (#4660)
by Alon Zakai
· 6 weeks ago
ac2190c
Fuzzer: Pass v8 flag for extended-const (#4543)
by Alon Zakai
· 6 weeks ago
590af86
[EH] Export tags (#4691)
by Heejin Ahn
· 6 weeks ago
626132d
[Parser][NFC] Clarify escaped string lexing (#4694)
by Thomas Lively
· 6 weeks ago
2dbc2b8
[Parser] Lex floating point values (#4693)
by Thomas Lively
· 6 weeks ago
7476d64
[Parser] Lex keywords (#4688)
by Thomas Lively
· 6 weeks ago
6530169
[Parser] Lex strings (#4687)
by Thomas Lively
· 6 weeks ago
a5a889c
[Parser] Lex idchar and identifiers (#4686)
by Thomas Lively
· 6 weeks ago
808be8a
[Wasm GC] Fix CFG traversal of call_ref and add missing validation check (#4690)
by Alon Zakai
· 6 weeks ago
3542bd9
[Parser] Start a new text format parser (#4680)
by Thomas Lively
· 6 weeks ago
4c193ec
[Fuzzer] Ignore relaxed-simd test for initial contents (#4683)
by Alon Zakai
· 6 weeks ago
5ae71ee
Updating wasm-opt example to an available pass (#4684)
by Ashley Nelson
· 6 weeks ago
721e8ff
Add C and JS API functions for accessing memory info (#4682)
by Jackson Gardner
· 6 weeks ago
a78d0e4
[Nominal Fuzzing] Fix SignatureRefining by updating types fully at once (#4665)
by Alon Zakai
· 6 weeks ago
fa3ffd0
Fix binary parsing of the prototype nominal format (#4679)
by Thomas Lively
· 7 weeks ago
63df225
[NFC] Deduplicate imported global parsing (#4678)
by Thomas Lively
· 7 weeks ago
5e613af
Validator: Check features for ref.null's type (#4677)
by Alon Zakai
· 7 weeks ago
12f5950
[GC Fuzzing] Avoid non-nullable eqref without GC (#4675)
by Alon Zakai
· 7 weeks ago
6926544
Update README.md (#4674)
by Ashley Nelson
· 7 weeks ago
06d5168
wasm-reduce: Fix order in shrinkByReduction call (#4673)
by Alon Zakai
· 7 weeks ago
e74f9e1
Fuzzer: Show a clear error if a given wasm fails to run (#4672)
by Alon Zakai
· 7 weeks ago
f81fcd9
[NFC] Remove unneeded include (#4670)
by Alon Zakai
· 7 weeks ago
2103ff8
[NFC] Make InsertOrderedMap::insert's param const (#4669)
by Alon Zakai
· 7 weeks ago
b239581
[NFC] Make PossibleConstantValues::dump() a const function (#4671)
by Alon Zakai
· 7 weeks ago
bfa956c
[Fuzzer] Reduce trap probability in function ref fallback code (#4653)
by Alon Zakai
· 7 weeks ago
cc0d5fc
Allow TypeBuilder::grow to take 0 as an argument (#4668)
by Thomas Lively
· 7 weeks ago
4edfcc9
Ensure symmetric results in PossibleConstantValues (#4662)
by Alon Zakai
· 8 weeks ago
e4b3370
Followups to #3841 (#3842)
by Alon Zakai
· 8 weeks ago
93942d0
Add SubTypes::getAllSubTypes variant which includes the type itself (#4649)
by Alon Zakai
· 8 weeks ago
48eb700
[NFC] Make Literal::makeNull take a HeapType (#4664)
by Alon Zakai
· 8 weeks ago
18aa94c
Make RefCast safe by default (#4663)
by Thomas Lively
· 8 weeks ago
2da18b9
Costs: Increase cost of casts (#4661)
by Alon Zakai
· 8 weeks ago
c458c47
Release 108 (#4658)
by Alon Zakai
· 8 weeks ago
version_108
57bef0d
Add ref.cast_nop_static (#4656)
by Thomas Lively
· 8 weeks ago
bad3f9e
[NominalFuzzing] Fix SignaturePruning on types with a super (#4657)
by Alon Zakai
· 8 weeks ago
e209fcb
Fix setting of stack size when building with clang for windows (#4654)
by TheGreatRambler
· 8 weeks ago
4a24f6c
Add option to disable building tools (#4655)
by TheGreatRambler
· 8 weeks ago
5d43429
[Fuzzer] Fix another reference types vs gc types issue (#4647)
by Alon Zakai
· 9 weeks ago
c6531f9
[Fuzzer] Add typesystem flag to reduction script (#4651)
by Alon Zakai
· 9 weeks ago
0183830
[NFC] Avoid scanning code in hasBranchTarget if the target is null (#4648)
by Alon Zakai
· 9 weeks ago
8554428
Add CMake flag JS_OF_OCAML for js_of_ocaml (#4637)
by Blaine Bublitz
· 9 weeks ago
fb24b53
Revert "Reduce iterations required for DeadArgumentElimination convergence (#4629)" (#4646)
by arsnyder16
· 9 weeks ago
3f5540c
[NominalFuzzing] Add typesystem flag to wasm-dis (#4645)
by Alon Zakai
· 9 weeks ago
984a288
Fix fuzzer's choosing of reference types (#4642)
by Alon Zakai
· 9 weeks ago
996cbd8
Parse the prototype nominal binary format (#4644)
by Thomas Lively
· 9 weeks ago
ef4011c
Setup git submodules so googletest is fetched, unbreaking alpine in releases (#4640)
by Alon Zakai
· 9 weeks ago
Next »