Update tests for new anyref syntax

This commit is contained in:
Alex Crichton
2020-05-18 05:02:31 -07:00
parent 6ba8c6c2ec
commit 61e8fc0d38
6 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
(func $__wbindgen_exn_store (type 2) (param i32))
(func $__anyref_table_alloc (type 1) (result i32))
(func $exported (type 0))
(table (;0;) 32 anyref)
(table (;0;) 32 externref)
(memory (;0;) 17)
(export "memory" (memory 0))
(export "exported" (func $exported))