Skip to content

Commit

Permalink
Nightly v1.0.36-nightly.20241101 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 1, 2024
1 parent 4564292 commit 6376719
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bin/wasm-decompile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm-interp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm-objdump

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm-stats

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm-strip

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm-validate

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm2c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wasm2wat

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/wat2wasm

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wabt
Submodule wabt updated 68 files
+2 −1 src/binary-reader.cc
+4 −1 src/error-formatter.cc
+8 −0 src/interp/interp.cc
+12 −1 src/shared-validator.cc
+0 −14 test/regress/data-count-without-data-section.txt
+14 −1 test/spec/align.txt
+84 −38 test/spec/binary.txt
+14 −7 test/spec/call_indirect.txt
+84 −38 test/spec/exception-handling/binary.txt
+65 −65 test/spec/exception-handling/imports.txt
+22 −0 test/spec/exception-handling/legacy/rethrow.txt
+20 −0 test/spec/exception-handling/legacy/throw.txt
+39 −0 test/spec/exception-handling/legacy/try_catch.txt
+32 −0 test/spec/exception-handling/legacy/try_delegate.txt
+0 −22 test/spec/exception-handling/rethrow.txt
+0 −20 test/spec/exception-handling/throw.txt
+0 −39 test/spec/exception-handling/try_catch.txt
+0 −32 test/spec/exception-handling/try_delegate.txt
+1 −1 test/spec/float_exprs.txt
+1 −1 test/spec/float_misc.txt
+65 −65 test/spec/imports.txt
+1 −1 test/spec/memory.txt
+101 −167 test/spec/memory64/binary.txt
+10 −0 test/spec/memory64/binary0.txt
+1 −0 test/spec/memory64/call_indirect.txt
+340 −0 test/spec/memory64/imports.txt
+46 −52 test/spec/memory64/memory.txt
+26 −32 test/spec/memory64/memory64.txt
+88 −13 test/spec/memory64/table.txt
+15 −0 test/spec/memory64/table_copy_mixed.txt
+15 −15 test/spec/memory64/table_grow.txt
+15 −15 test/spec/memory_grow.txt
+311 −0 test/spec/multi-memory/align.txt
+84 −38 test/spec/multi-memory/binary.txt
+62 −62 test/spec/multi-memory/imports.txt
+1 −1 test/spec/multi-memory/memory.txt
+19 −19 test/spec/multi-memory/memory_grow.txt
+1 −1 test/spec/relaxed-simd/relaxed_madd_nmadd.txt
+15 −15 test/spec/table_grow.txt
+1 −0 test/spec/tail-call/return_call_indirect.txt
+3 −0 test/typecheck/bad-returncallindirect-no-table.txt
+1 −1 test/wasm2c/spec/exception-handling/imports.txt
+1 −1 test/wasm2c/spec/exception-handling/rethrow.txt
+1 −1 test/wasm2c/spec/exception-handling/throw.txt
+2 −2 test/wasm2c/spec/exception-handling/try_catch.txt
+2 −2 test/wasm2c/spec/exception-handling/try_delegate.txt
+1 −1 test/wasm2c/spec/float_exprs.txt
+1 −1 test/wasm2c/spec/float_misc.txt
+1 −1 test/wasm2c/spec/imports.txt
+1 −1 test/wasm2c/spec/memory.txt
+6 −0 test/wasm2c/spec/memory64/binary0.txt
+19 −0 test/wasm2c/spec/memory64/imports.txt
+1 −1 test/wasm2c/spec/memory64/memory.txt
+77 −1 test/wasm2c/spec/memory64/table.txt
+6 −0 test/wasm2c/spec/memory64/table_copy_mixed.txt
+1 −1 test/wasm2c/spec/memory64/table_grow.txt
+1 −1 test/wasm2c/spec/memory_grow.txt
+6 −0 test/wasm2c/spec/multi-memory/align.txt
+1 −1 test/wasm2c/spec/multi-memory/imports.txt
+1 −1 test/wasm2c/spec/multi-memory/memory.txt
+1 −1 test/wasm2c/spec/multi-memory/memory_grow.txt
+1 −1 test/wasm2c/spec/table_grow.txt
+1 −1 third_party/testsuite
+0 −4 third_party/testsuite_legacy/README.md
+0 −96 third_party/testsuite_legacy/rethrow.wast
+0 −51 third_party/testsuite_legacy/throw.wast
+0 −265 third_party/testsuite_legacy/try_catch.wast
+0 −199 third_party/testsuite_legacy/try_delegate.wast

0 comments on commit 6376719

Please sign in to comment.