mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 18:21:33 +00:00
Update tests for new anyref syntax
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
(module
|
||||
(type (;0;) (func))
|
||||
(import "./reference_test_bg.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0)))
|
||||
(table (;0;) 32 anyref)
|
||||
(table (;0;) 32 externref)
|
||||
(memory (;0;) 16)
|
||||
(export "memory" (memory 0))
|
||||
(export "__wbindgen_export_0" (table 0))
|
||||
|
Reference in New Issue
Block a user