Skip to content

Commit

Permalink
Nightly v1.0.35-nightly.20240516 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 16, 2024
1 parent 2bf5701 commit 2d05f93
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 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.

20 changes: 10 additions & 10 deletions index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wabt
Submodule wabt updated 44 files
+3 −0 include/wabt/interp/interp.h
+10 −9 include/wabt/type-checker.h
+3 −0 src/binary-reader-objdump.cc
+3 −1 src/binary-reader.cc
+12 −4 src/c-writer.cc
+19 −9 src/interp/binary-reader-interp.cc
+62 −46 src/interp/interp.cc
+13 −10 src/shared-validator.cc
+3 −0 src/tools/spectest-interp.cc
+29 −17 src/type-checker.cc
+7 −1 src/validator.cc
+40 −34 src/wast-parser.cc
+2 −2 test/binary/bad-table-limits-flag-is64.txt
+6 −2 test/dump/memory64.txt
+6 −0 test/spec-wasm2c-prefix.c
+10 −13 test/spec/elem.txt
+79 −79 test/spec/float_literals.txt
+155 −0 test/spec/memory64/call_indirect.txt
+12 −12 test/spec/memory64/memory64.txt
+459 −0 test/spec/memory64/memory_copy.txt
+413 −0 test/spec/memory64/memory_fill.txt
+450 −0 test/spec/memory64/memory_init.txt
+51 −0 test/spec/memory64/table.txt
+1,260 −0 test/spec/memory64/table_copy.txt
+39 −0 test/spec/memory64/table_fill.txt
+26 −0 test/spec/memory64/table_get.txt
+39 −0 test/spec/memory64/table_grow.txt
+859 −0 test/spec/memory64/table_init.txt
+35 −0 test/spec/memory64/table_set.txt
+12 −0 test/spec/memory64/table_size.txt
+1 −1 test/wasm2c/spec/float_literals.txt
+6 −0 test/wasm2c/spec/memory64/call_indirect.txt
+6 −0 test/wasm2c/spec/memory64/memory_copy.txt
+6 −0 test/wasm2c/spec/memory64/memory_fill.txt
+6 −0 test/wasm2c/spec/memory64/memory_init.txt
+6 −0 test/wasm2c/spec/memory64/table.txt
+6 −0 test/wasm2c/spec/memory64/table_copy.txt
+6 −0 test/wasm2c/spec/memory64/table_fill.txt
+6 −0 test/wasm2c/spec/memory64/table_get.txt
+6 −0 test/wasm2c/spec/memory64/table_grow.txt
+6 −0 test/wasm2c/spec/memory64/table_init.txt
+6 −0 test/wasm2c/spec/memory64/table_set.txt
+6 −0 test/wasm2c/spec/memory64/table_size.txt
+1 −1 third_party/testsuite

0 comments on commit 2d05f93

Please sign in to comment.