Commit 8fb088a
committed
Nightly v129.0.0-nightly.20260429 [ci skip]
1 parent e42c00b commit 8fb088a
11 files changed
Lines changed: 17372 additions & 17117 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.
- .flake8-9
- .github/workflows/ci.yml-1
- .ruff.toml+21
- check.py+3-1
- requirements-dev.txt+1-2
- scripts/bundle_clusterfuzz.py+2-3
- scripts/clusterfuzz/embed_wasms.py+7-6
- scripts/clusterfuzz/extract_wasms.py+4-4
- scripts/clusterfuzz/run.py+5-4
- scripts/fuzz_opt.py+63-8
- scripts/fuzz_passes.py+4-3
- scripts/fuzz_passes_wast.py+5-5
- scripts/fuzz_relooper.py+1-3
- scripts/gen-s-parser.py+6-1
- scripts/port_passes_tests_to_lit.py+1-2
- scripts/strip_local_names.py+4-2
- scripts/test/gen-cast-test.py+1-3
- scripts/test/generate_atomic_spec_test.py+25-20
- scripts/test/shared.py+8-8
- scripts/test/support.py+6-5
- scripts/update_help_checks.py+1-2
- scripts/update_lit_checks.py+1-3
- src/gen-s-parser.inc+32-10
- src/interpreter/interpreter.cpp+1
- src/ir/ReFinalize.cpp+1
- src/ir/child-typer.h+7
- src/ir/cost.h+4
- src/ir/effects.h+1
- src/ir/possible-contents.cpp+1
- src/ir/subtype-exprs.h+1
- src/parser/contexts.h+11
- src/parser/parsers.h+13
- src/passes/I64ToI32Lowering.cpp+4
- src/passes/Print.cpp+14
- src/passes/TypeGeneralizing.cpp+1
- src/support/stdckdint.h+14-6
- src/tools/fuzzing/random.cpp-3
- src/wasm-binary.h+5
- src/wasm-builder.h+14
- src/wasm-delegations-fields.def+7
- src/wasm-delegations.def+1
- src/wasm-interpreter.h+32
- src/wasm-ir-builder.h+1
- src/wasm-type.h+2
- src/wasm.h+20
- src/wasm/wasm-binary.cpp+4
- src/wasm/wasm-ir-builder.cpp+9
- src/wasm/wasm-stack.cpp+14
- src/wasm/wasm-type.cpp+5
- src/wasm/wasm-validator.cpp+23-5
- src/wasm/wasm.cpp+12
- src/wasm2js.h+4
- test/passes/fuzz_metrics_noprint.bin.txt+18-18
- test/passes/fuzz_metrics_passes_noprint.bin.txt+21-21
- test/passes/translate-to-fuzz_all-features_metrics_noprint.txt+6-6
- test/spec/wide-arithmetic.wast+310
- test/unit/test_web_limitations.py+2-6
0 commit comments