We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f14ccc commit ceac51fCopy full SHA for ceac51f
crates/cli/tests/reference/anyref-import-catch.wat
@@ -4,8 +4,8 @@
4
(type (;2;) (func (param i32)))
5
(import "./reference_test.js" "__wbindgen_init_anyref_table" (func (;0;) (type 0)))
6
(func $__wbindgen_exn_store (type 2) (param i32))
7
- (func $exported (type 0))
8
(func $__anyref_table_alloc (type 1) (result i32))
+ (func $exported (type 0))
9
(table (;0;) 32 anyref)
10
(memory (;0;) 17)
11
(export "memory" (memory 0))
0 commit comments