| (module |
| (type $rustfn-0-3 (func)) |
| (type $__wasm_start (func)) |
| (memory $0 1024 1024) |
| (export "memory" (memory $0)) |
| (export "main" (func $main)) |
| (export "rust_entry" (func $__wasm_start)) |
| (func $main (; 0 ;) (type $rustfn-0-3) |
| (local $0 i32) |
| (local $1 i32) |
| (local $2 i64) |
| (block $block$2$break |
| (local.set $0 |
| (i32.load |
| (i32.const 0) |
| ) |
| ) |
| (block |
| (br $block$2$break) |
| ) |
| ) |
| (block |
| (block |
| (i32.store |
| (i32.const 0) |
| (local.get $0) |
| ) |
| (return) |
| ) |
| ) |
| ) |
| (func $__wasm_start (; 1 ;) (type $__wasm_start) |
| (i32.store |
| (i32.const 0) |
| (i32.const 65535) |
| ) |
| (call $main) |
| ) |
| ) |
| 148 |
| (module |
| (type $0 (func)) |
| (memory $0 1024 1024) |
| (export "memory" (memory $0)) |
| (export "main" (func $main)) |
| (export "rust_entry" (func $__wasm_start)) |
| (func $main (; 0 ;) (type $0) |
| (local $0 i32) |
| (local $1 i32) |
| (local $2 i64) |
| (block $label$1 |
| (local.set $0 |
| (i32.load |
| (i32.const 0) |
| ) |
| ) |
| (block $label$2 |
| (br $label$1) |
| ) |
| ) |
| (block $label$3 |
| (block $label$4 |
| (i32.store |
| (i32.const 0) |
| (local.get $0) |
| ) |
| (return) |
| ) |
| (unreachable) |
| ) |
| ) |
| (func $__wasm_start (; 1 ;) (type $0) |
| (i32.store |
| (i32.const 0) |
| (i32.const 65535) |
| ) |
| (call $main) |
| ) |
| ) |