Commits
User selector
Commit history
Commits on Jul 28, 2026
Remove deprecated instruction mneumonics (#8941)
Show description for 0c633e7authored
Commits on Jul 24, 2026
Fuzzer support for br_on_cast_desc_eq (#8935)
Show description for 84529ecauthoredOpportunisticly emit compact imports (#8926)
Show description for 51db223authoredConstraintAnalysis: Add AND fusing of { x <= C && x < C } => x < C (#8937)
Show description for ad13059authoredParse text format for compact import sections (#8925)
Show description for 2e03566authoredConstraintAnalysis: Add OR fusing of { x == C || x > C } => x >= C (#8936)
Show description for 87da91dauthored
Commits on Jul 23, 2026
Updated waitqueue support (#8672)
Show description for 0a7b171authored[multibyte] Expand array load and store validation (#8929)
Show description for e88a1b5authoredConstraintAnalysis: Add inequality comparisons to constants (#8924)
Show description for a54b20bauthored
Commits on Jul 22, 2026
Fix type updating for indirect call effects (#8874)
Show description for cdf3bfcauthored[multibyte] Support offset and align for array load and store (#8923)
Show description for acf302cauthored
Commits on Jul 21, 2026
ConstraintAnalysis: Track relevant locals (#8921)
Show description for 108e796authoredwasm-ctor-eval: Do not try to flatten segments with huge offsets (#8920)
Show description for c7ae8fbauthored
Commits on Jul 18, 2026
[support] ParentIndexIterator: Add subscript and friend plus operators (#8916)
Show description for acfdce9authored
Commits on Jul 17, 2026
Remove unused results in DAE2 (#8903)
Show description for 64e066eauthoredConstraintAnalysis: Remove older redundant constraints (#8912)
Show description for 1377e42authored
Commits on Jul 15, 2026
ConstraintAnalysis: Sort constraints internally (#8900)
Show description for 74c39b9authoredSwap memarg bit for HasBackingArrayMask and HasMemoryOrderMask (#8905)
Show description for 7f87fefauthored[StackSwitching] CFG: Fix basic blocks around Resume (#8907)
Show description for 684559cauthoredConstraintAnalysis: Handle contradictions we find during other work (#8906)
Show description for 2de84edauthored
Commits on Jul 14, 2026
Allow atomic operations on non-shared memory in SafeHeap (#8890)
Show description for c839180authoredMerge `Module['parseTextWithFeatures']` into `Module['parseText']` (#8901)
Show description for 9cb9f39authored
Commits on Jul 13, 2026
Report a host limit for memories too large for the shell to allocate (#8898)
Show description for 99f6fc6authoredRemoveUnusedModuleElements: Handle null table segments (#8884)
Show description for e2712b6authoredConstraintAnalysis: Fix Pops and non-nullable LocalSets (#8895)
Show description for 48858e8authoredHeap2Local: Handle unreachable code in adjustTypeFlowingThrough (#8892)
Show description for 6c1ca53authored[NFC] Add module context to CFG construction (#8897)
Show description for 1517ea9authored
Commits on Jul 10, 2026
- authored
MemoryPacking: Optimize overlapping segments on imported memories when provably in-bounds (#8882)
Show description for db30c15authoredConstraintAnalysis: Add inequality parsing (#8891)
Show description for 2182234authored
Commits on Jul 9, 2026
Commits on Jul 8, 2026
ConstraintAnalysis: Do not add something already known to be true when ANDing (#8889)
Show description for 21a717eauthored
Commits on Jul 7, 2026
Generate acqrel atomic.fence in fuzzer (#8885)
Show description for d36c953authoredFix fuzzer nondeterminism (#8886)
Show description for 36446ebauthored
Commits on Jul 1, 2026
ConstraintAnalysis: Properly handle local changes (#8878)
Show description for 6d767ffauthored