Commit f82cf43
committed
Nightly v124.0.0-nightly.20251107 [ci skip]
1 parent d62f414 commit f82cf43
File tree
11 files changed
+16960
-17266
lines changed- bin
11 files changed
+16960
-17266
lines changedBinary 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.
- CHANGELOG.md+4
- scripts/fuzz_opt.py+98-11
- src/abi/js.h+2-1
- src/binaryen-c.cpp+18-5
- src/ir/ReFinalize.cpp+1-3
- src/ir/module-splitting.cpp+38-8
- src/ir/possible-contents.cpp+19-12
- src/ir/possible-contents.h+24-12
- src/ir/properties.h+1-1
- src/literal.h+7-2
- src/parser/contexts.h+4-1
- src/passes/ExtractFunction.cpp+8
- src/passes/FuncCastEmulation.cpp+1-1
- src/passes/GUFA.cpp+19-11
- src/passes/InstrumentBranchHints.cpp+9-1
- src/passes/InstrumentLocals.cpp+2-1
- src/passes/InstrumentMemory.cpp+2-1
- src/passes/JSPI.cpp+3-3
- src/passes/LegalizeJSInterface.cpp+8-4
- src/passes/LogExecution.cpp+2-2
- src/passes/Print.cpp+6
- src/passes/SafeHeap.cpp+9-3
- src/passes/SignatureRefining.cpp+1-1
- src/passes/StringLowering.cpp+1-1
- src/passes/TraceCalls.cpp+1-1
- src/passes/TrapMode.cpp+1-1
- src/shell-interface.h+18-7
- src/tools/execution-results.h+1-1
- src/tools/fuzzing/fuzzing.cpp+21-12
- src/tools/wasm-ctor-eval.cpp+4-3
- src/tools/wasm-merge.cpp+2-1
- src/wasm-builder.h+10-1
- src/wasm-interpreter.h+44-10
- src/wasm.h+1-1
- src/wasm/literal.cpp+7-3
- src/wasm/wasm-binary.cpp+1-1
- src/wasm/wasm-validator.cpp+8-2
- src/wasm/wasm.cpp+4-2
- test/gtest/possible-contents.cpp+64-13
- test/lit/exec/imported-func.wast+29
- test/lit/exec/imported-func.wast.second+64
- test/lit/passes/gsi-debug.wast+1-1
- test/lit/passes/gufa.wast+150
- test/lit/passes/local-subtyping-nn.wast+1-1
- test/lit/passes/local-subtyping.wast+6-6
- test/lit/wasm-split/exact.wast+132
- test/lit/wasm-split/multi-split-escape-names.wast+18-6
- test/lit/wasm-split/multi-split.wast+36-12
- test/lit/wasm-split/ref.func.wast+3-1
- test/passes/fuzz_metrics_noprint.bin.txt+4-4
- test/passes/translate-to-fuzz_all-features_metrics_noprint.txt+4-4
0 commit comments