|
1 | 1 | (module $reference_test.wasm
|
2 |
| - (type (;0;) (func (result i32))) |
3 |
| - (type (;1;) (func (param i32))) |
4 |
| - (type (;2;) (func (param i32) (result i32))) |
5 |
| - (type (;3;) (func (param i32) (result f64))) |
6 |
| - (type (;4;) (func (param i32 i32))) |
7 |
| - (type (;5;) (func (param i32 i32) (result i32))) |
8 |
| - (type (;6;) (func (param i32 i32 i32))) |
9 |
| - (type (;7;) (func (param i32 i32 i32 i32) (result i32))) |
10 |
| - (type (;8;) (func (param i32 f64))) |
11 |
| - (func $__wbindgen_realloc (;0;) (type 7) (param i32 i32 i32 i32) (result i32)) |
12 |
| - (func $__wbindgen_malloc (;1;) (type 5) (param i32 i32) (result i32)) |
13 |
| - (func $foo_set_weird (;2;) (type 6) (param i32 i32 i32)) |
14 |
| - (func $__wbg_set_foo_y (;3;) (type 8) (param i32 f64)) |
15 |
| - (func $__wbg_get_foo_y (;4;) (type 3) (param i32) (result f64)) |
16 |
| - (func $__wbg_get_foo_x (;5;) (type 2) (param i32) (result i32)) |
17 |
| - (func $foo_set_z (;6;) (type 8) (param i32 f64)) |
18 |
| - (func $foo_set_lone_setter (;7;) (type 8) (param i32 f64)) |
19 |
| - (func $foo_z (;8;) (type 3) (param i32) (result f64)) |
20 |
| - (func $foo_lone_getter (;9;) (type 3) (param i32) (result f64)) |
21 |
| - (func $__wbg_set_foo_x (;10;) (type 4) (param i32 i32)) |
22 |
| - (func $foo_weird (;11;) (type 2) (param i32) (result i32)) |
23 |
| - (func $foo_x_static (;12;) (type 0) (result i32)) |
24 |
| - (func $__wbg_foo_free (;13;) (type 4) (param i32 i32)) |
25 |
| - (func $foo_set_x_static (;14;) (type 1) (param i32)) |
| 2 | + (type (;0;) (func)) |
| 3 | + (type (;1;) (func (result i32))) |
| 4 | + (type (;2;) (func (param i32))) |
| 5 | + (type (;3;) (func (param i32) (result i32))) |
| 6 | + (type (;4;) (func (param i32) (result f64))) |
| 7 | + (type (;5;) (func (param i32 i32))) |
| 8 | + (type (;6;) (func (param i32 i32) (result i32))) |
| 9 | + (type (;7;) (func (param i32 i32 i32))) |
| 10 | + (type (;8;) (func (param i32 i32 i32 i32) (result i32))) |
| 11 | + (type (;9;) (func (param i32 f64))) |
| 12 | + (import "./reference_test_bg.js" "__wbindgen_init_externref_table" (func (;0;) (type 0))) |
| 13 | + (func $__wbindgen_realloc (;1;) (type 8) (param i32 i32 i32 i32) (result i32)) |
| 14 | + (func $__wbindgen_malloc (;2;) (type 6) (param i32 i32) (result i32)) |
| 15 | + (func $foo_set_weird (;3;) (type 7) (param i32 i32 i32)) |
| 16 | + (func $__wbg_set_foo_y (;4;) (type 9) (param i32 f64)) |
| 17 | + (func $__wbg_get_foo_y (;5;) (type 4) (param i32) (result f64)) |
| 18 | + (func $__wbg_get_foo_x (;6;) (type 3) (param i32) (result i32)) |
| 19 | + (func $foo_set_z (;7;) (type 9) (param i32 f64)) |
| 20 | + (func $foo_set_lone_setter (;8;) (type 9) (param i32 f64)) |
| 21 | + (func $foo_z (;9;) (type 4) (param i32) (result f64)) |
| 22 | + (func $foo_lone_getter (;10;) (type 4) (param i32) (result f64)) |
| 23 | + (func $__wbg_set_foo_x (;11;) (type 5) (param i32 i32)) |
| 24 | + (func $foo_weird (;12;) (type 3) (param i32) (result i32)) |
| 25 | + (func $foo_x_static (;13;) (type 1) (result i32)) |
| 26 | + (func $__wbg_foo_free (;14;) (type 5) (param i32 i32)) |
| 27 | + (func $foo_set_x_static (;15;) (type 2) (param i32)) |
| 28 | + (table (;0;) 128 externref) |
26 | 29 | (memory (;0;) 17)
|
27 | 30 | (export "memory" (memory 0))
|
28 | 31 | (export "__wbg_foo_free" (func $__wbg_foo_free))
|
|
38 | 41 | (export "foo_set_weird" (func $foo_set_weird))
|
39 | 42 | (export "foo_x_static" (func $foo_x_static))
|
40 | 43 | (export "foo_set_x_static" (func $foo_set_x_static))
|
| 44 | + (export "__wbindgen_export_0" (table 0)) |
41 | 45 | (export "__wbindgen_malloc" (func $__wbindgen_malloc))
|
42 | 46 | (export "__wbindgen_realloc" (func $__wbindgen_realloc))
|
| 47 | + (export "__wbindgen_start" (func 0)) |
43 | 48 | (@custom "target_features" (after code) "\04+\0amultivalue+\0fmutable-globals+\0freference-types+\08sign-ext")
|
44 | 49 | )
|
45 | 50 |
|
0 commit comments