Commit 524900f
committed
Nightly v131.0.0-nightly.20260724 [ci skip]
1 parent 49988e4 commit 524900f
11 files changed
Lines changed: 16867 additions & 16865 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
- scripts/gen-s-parser.py+2-1
- src/binaryen-c.cpp+6
- src/gen-s-parser.inc+42-36
- src/interpreter/interpreter.cpp+2-1
- src/ir/ReFinalize.cpp+4-1
- src/ir/child-typer.h+4-10
- src/ir/constraint.cpp+44-12
- src/ir/cost.h+5-3
- src/ir/effects.h+8-10
- src/ir/module-utils.cpp-1
- src/ir/possible-constant.h-3
- src/ir/possible-contents.cpp+2-1
- src/ir/properties.cpp+4-1
- src/ir/subtype-exprs.h+2-1
- src/parser/context-decls.cpp+19-12
- src/parser/context-defs.cpp+4-2
- src/parser/contexts.h+69-34
- src/parser/parse-5-defs.cpp+5-3
- src/parser/parsers.h+52-22
- src/parser/wat-parser-internal.h+5-3
- src/passes/Print.cpp+5-6
- src/passes/TypeGeneralizing.cpp+3-1
- src/tools/fuzzing/fuzzing.cpp+10-4
- src/tools/fuzzing/heap-types.cpp+8
- src/wasm-binary.h+21-19
- src/wasm-builder.h+12-5
- src/wasm-delegations-fields.def+8-5
- src/wasm-delegations.def+2-1
- src/wasm-interpreter.h+14-8
- src/wasm-ir-builder.h+2-1
- src/wasm-traversal.h+1
- src/wasm-type.h+9-4
- src/wasm.h+16-6
- src/wasm/literal.cpp+20-3
- src/wasm/wasm-binary.cpp+23-10
- src/wasm/wasm-ir-builder.cpp+11-31
- src/wasm/wasm-stack.cpp+7-8
- src/wasm/wasm-type.cpp+34-13
- src/wasm/wasm-validator.cpp+42-17
- src/wasm/wasm.cpp+21-2
- src/wasm2js.h+5-1
- test/gtest/type-domains.cpp+8
- test/lit/array-multibyte.wast+228-13
- test/lit/passes/constraint-analysis.wast+637-7
- test/lit/validation/array-multibyte-invalid.wast+31
- test/lit/validation/waitqueue.wast+6-6
- test/lit/waitqueue.wast+50-62
- test/spec/waitqueue.wast+73-46
0 commit comments