forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the latest spec_testsuite.
This pulls in the fix in WebAssembly/spec#1076.
- Loading branch information
1 parent
134bf46
commit b2a5db7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spec_testsuite
updated
12 files
+244 −0 | const.wast | |
+1 −1 | elem.wast | |
+781 −0 | proposals/multi-value/binary.wast | |
+915 −99 | proposals/multi-value/block.wast | |
+173 −14 | proposals/multi-value/br.wast | |
+235 −26 | proposals/multi-value/call.wast | |
+489 −83 | proposals/multi-value/call_indirect.wast | |
+26 −26 | proposals/multi-value/fac.wast | |
+68 −68 | proposals/multi-value/func.wast | |
+534 −50 | proposals/multi-value/if.wast | |
+205 −45 | proposals/multi-value/loop.wast | |
+2 −2 | update-testsuite.sh |