Skip to content

Commit

Permalink
Update WebAssembly testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
abrown committed Jul 18, 2023
1 parent dfd6885 commit c18683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec_testsuite
Submodule spec_testsuite updated 41 files
+158 −78 binary-leb128.wast
+7 −738 binary.wast
+0 −249 br_table.wast
+23 −0 elem.wast
+21 −19 proposals/annotations/annotations.wast
+7 −738 proposals/exception-handling/binary.wast
+23 −0 proposals/exception-handling/try_catch.wast
+33 −0 proposals/exception-handling/try_delegate.wast
+23 −0 proposals/extended-const/elem.wast
+7 −738 proposals/function-references/binary.wast
+0 −249 proposals/function-references/br_table.wast
+492 −0 proposals/function-references/data.wast
+709 −0 proposals/function-references/elem.wast
+2 −8 proposals/function-references/global.wast
+25 −0 proposals/function-references/table.wast
+17 −17 proposals/gc/array.wast
+139 −0 proposals/gc/array_copy.wast
+81 −0 proposals/gc/array_fill.wast
+110 −0 proposals/gc/array_init_data.wast
+108 −0 proposals/gc/array_init_elem.wast
+12 −0 proposals/gc/binary-gc.wast
+12 −743 proposals/gc/binary.wast
+121 −60 proposals/gc/br_on_cast.wast
+144 −83 proposals/gc/br_on_cast_fail.wast
+0 −249 proposals/gc/br_table.wast
+57 −0 proposals/gc/elem.wast
+2 −2 proposals/gc/extern.wast
+0 −40 proposals/gc/local_get.wast
+74 −0 proposals/gc/local_init.wast
+61 −61 proposals/gc/ref_cast.wast
+6 −6 proposals/gc/ref_eq.wast
+126 −126 proposals/gc/ref_test.wast
+202 −0 proposals/gc/return_call.wast
+536 −0 proposals/gc/return_call_indirect.wast
+17 −0 proposals/gc/select.wast
+54 −16 proposals/gc/struct.wast
+25 −0 proposals/gc/table.wast
+74 −4 proposals/gc/type-rec.wast
+620 −31 proposals/gc/type-subtyping.wast
+7 −738 proposals/multi-memory/binary.wast
+40 −1 proposals/multi-memory/memory_copy1.wast

0 comments on commit c18683e

Please sign in to comment.