Commit 32ee7ad
committed
feat!: Update to binaryen v128
1 parent 99f8494 commit 32ee7ad
1 file changed
Lines changed: 1 addition & 1 deletion
- CHANGELOG.md+5
- CMakeLists.txt+1-1
- scripts/fuzz_opt.py+5-5
- scripts/fuzz_shell.js+1-1
- scripts/gen-s-parser.py+2-2
- scripts/j2cl.sh+1-1
- scripts/test/shared.py+4-7
- src/gen-s-parser.inc+47-47
- src/ir/cost.h+2-2
- src/ir/js-utils.h+131
- src/ir/struct-utils.h-20
- src/literal.h+2-2
- src/parser/lexer.cpp+9
- src/parser/lexer.h+2
- src/parser/wast-parser.cpp+104-32
- src/parser/wat-parser.h+18-2
- src/passes/GlobalTypeOptimization.cpp+55-19
- src/passes/Print.cpp+4-4
- src/passes/RemoveRelaxedSIMD.cpp-2
- src/passes/SignaturePruning.cpp+11
- src/passes/SimplifyGlobals.cpp+30
- src/passes/Unsubtyping.cpp+51-36
- src/support/result.h+11-9
- src/tools/execution-results.h+19-11
- src/tools/fuzzing/fuzzing.cpp-3
- src/tools/wasm-shell.cpp+130-57
- src/tools/wasm2js.cpp+10-2
- src/wasm-binary.h+2-2
- src/wasm-interpreter.h+36-17
- src/wasm.h+3-2
- src/wasm/literal.cpp+2-4
- src/wasm/wasm-binary.cpp+4-4
- src/wasm/wasm-stack.cpp+4-4
- src/wasm/wasm-type.cpp+128-161
- src/wasm/wasm-validator.cpp+7-6
- test/lit/basic/f16.wast+14-14
- test/lit/basic/ref.wast+10
- test/lit/exec/fuzzing-api.wast-18
- test/lit/node/fuzz_shell_bigint.wast+22
- test/lit/passes/gto-jsinterop.wast+391
- test/lit/passes/remove-relaxed-simd.wast+1-13
- test/lit/passes/signature-pruning.wast+81
- test/lit/passes/signature-refining.wast+1-1
- test/lit/passes/simplify-globals_func-effects.wast+325
- test/lit/passes/unsubtyping-jsinterop.wast+513
- test/lit/validation/simd-ternary.wast+2-2
- test/passes/translate-to-fuzz_all-features_metrics_noprint.txt+40-42
- test/spec/f16.wast+4-4
- test/spec/waitqueue.wast+23-2
0 commit comments