COMMITS
July 31, 2026
S
Fix alignment in relaxed atomics spec test (#8961)
Steven Fontanella committed
C
[JS API] Merge `Module['readBinaryWithFeatures']` into `Module['readBinary']` (#8954)
Chris Harvey committed
A
ConstraintAnalysis: Add more simple inequalities (#8955)
Alon Zakai committed
L
[wasm2c] Only run clang-tidy-diff on files that are compiled (#8959)
lexi-nadia committed
July 30, 2026
T
Add a MakeSharedObjects pass (#8953)
Thomas Lively committed
T
Fix determinism bug when mapping type names (#8956)
Thomas Lively committed
L
[wasm2c] Add the very beginning of a wasm2c implementation and test harness (#8763)
lexi-nadia committed
July 29, 2026
T
[NFC] Add file-level comments to IRBuilder (#8946)
Thomas Lively committed
T
Fix binary spans on wrapper blocks in IRBuilder (#8944)
Thomas Lively committed
S
Update ruff to v0.16.0 (#8952)
Sam Clegg committed
C
[JS API] Expose BinaryenStringConst (#8951)
Chris Harvey committed
T
Fix unreachable br_on_cast parse bug (#8948)
Thomas Lively committed
July 28, 2026
B
[multibyte] Disable multibyte load/store until interpreter is ready. (#8938)
Brendan Dahl committed
S
Remove use of std::aligned_storage. NFC (#8942)
Sam Clegg committed
T
Remove deprecated instruction mneumonics (#8941)
Thomas Lively committed
July 24, 2026
T
Fuzzer support for br_on_cast_desc_eq (#8935)
Thomas Lively committed
T
Opportunisticly emit compact imports (#8926)
Thomas Lively committed
A
ConstraintAnalysis: Add AND fusing of { x <= C && x < C } => x < C (#8937)
Alon Zakai committed
T
Parse text format for compact import sections (#8925)
Thomas Lively committed
A
ConstraintAnalysis: Add OR fusing of { x == C || x > C } => x >= C (#8936)
Alon Zakai committed
July 23, 2026
S
Updated waitqueue support (#8672)
Steven Fontanella committed
T
[NFC] Track grammar of definitions in parser (#8931)
Thomas Lively committed
B
[multibyte] Expand array load and store validation (#8929)
Brendan Dahl committed
A
ConstraintAnalysis: Add inequality comparisons to constants (#8924)
Alon Zakai committed
July 22, 2026
S
Re-enable fuzzing for relaxed atomics (#8930)
Steven Fontanella committed
S
Fix type updating for indirect call effects (#8874)
Steven Fontanella committed
B
[multibyte] Support offset and align for array load and store (#8923)
Brendan Dahl committed
July 21, 2026
A
ConstraintAnalysis: Track relevant locals (#8921)
Alon Zakai committed
A
wasm-ctor-eval: Do not try to flatten segments with huge offsets (#8920)
Alon Zakai committed
S
Cleanup shared constants. NFC (#8922)
Sam Clegg committed