mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-23 12:02:40 +03:00
Fix a test for upstream changes
This commit is contained in:
parent
8f14ccc56d
commit
ceac51f260
@ -4,8 +4,8 @@
|
||||
(type (;2;) (func (param i32)))
|
||||
(import "./reference_test.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0)))
|
||||
(func $__wbindgen_exn_store (type 2) (param i32))
|
||||
(func $exported (type 0))
|
||||
(func $__anyref_table_alloc (type 1) (result i32))
|
||||
(func $exported (type 0))
|
||||
(table (;0;) 32 anyref)
|
||||
(memory (;0;) 17)
|
||||
(export "memory" (memory 0))
|
||||
|
Loading…
Reference in New Issue
Block a user