|
1 | 1 | (module $reference_test.wasm
|
2 | 2 | (type (;0;) (func))
|
3 | 3 | (type (;1;) (func (result i32)))
|
4 |
| - (type (;2;) (func (param i32))) |
5 |
| - (type (;3;) (func (param i32) (result i32))) |
| 4 | + (type (;2;) (func (result i32 i32))) |
| 5 | + (type (;3;) (func (param i32))) |
6 | 6 | (import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0)))
|
7 |
| - (func $exported (;1;) (type 2) (param i32)) |
8 |
| - (func $__externref_table_dealloc (;2;) (type 2) (param i32)) |
9 |
| - (func $__externref_table_alloc (;3;) (type 1) (result i32)) |
10 |
| - (func $__wbindgen_exn_store (;4;) (type 2) (param i32)) |
11 |
| - (func $__wbindgen_add_to_stack_pointer (;5;) (type 3) (param i32) (result i32)) |
| 7 | + (func $__externref_table_dealloc (;1;) (type 3) (param i32)) |
| 8 | + (func $__externref_table_alloc (;2;) (type 1) (result i32)) |
| 9 | + (func $__wbindgen_exn_store (;3;) (type 3) (param i32)) |
| 10 | + (func $"exported multivalue shim" (;4;) (type 2) (result i32 i32)) |
12 | 11 | (table (;0;) 128 externref)
|
13 | 12 | (memory (;0;) 17)
|
14 | 13 | (export "memory" (memory 0))
|
15 |
| - (export "exported" (func $exported)) |
| 14 | + (export "exported" (func $"exported multivalue shim")) |
16 | 15 | (export "__wbindgen_exn_store" (func $__wbindgen_exn_store))
|
17 | 16 | (export "__externref_table_alloc" (func $__externref_table_alloc))
|
18 | 17 | (export "__wbindgen_export_2" (table 0))
|
19 |
| - (export "__wbindgen_add_to_stack_pointer" (func $__wbindgen_add_to_stack_pointer)) |
20 | 18 | (export "__externref_table_dealloc" (func $__externref_table_dealloc))
|
21 | 19 | (export "__wbindgen_start" (func 0))
|
22 |
| - (@custom "target_features" (after code) "\03+\0fmutable-globals+\08sign-ext+\0freference-types") |
| 20 | + (@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext") |
23 | 21 | )
|
24 | 22 |
|
0 commit comments