Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/spec_testsuite
Submodule spec_testsuite updated 43 files
+158 −78 binary-leb128.wast
+7 −738 binary.wast
+0 −249 br_table.wast
+23 −0 elem.wast
+8 −0 float_literals.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
+489 −0 proposals/function-references/data.wast
+706 −0 proposals/function-references/elem.wast
+0 −9 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
+3 −3 proposals/gc/global.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