diff options
Diffstat (limited to 'test/example/c-api-unused-mem.txt')
-rw-r--r-- | test/example/c-api-unused-mem.txt | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/test/example/c-api-unused-mem.txt b/test/example/c-api-unused-mem.txt index 0a5ce8061..802e7207b 100644 --- a/test/example/c-api-unused-mem.txt +++ b/test/example/c-api-unused-mem.txt @@ -36,7 +36,7 @@ (call $main) ) ) -145 +133 (module (type $none_=>_none (func)) (memory $0 1024 1024) @@ -53,20 +53,13 @@ (i32.const 0) ) ) - (block $label$2 - (br $label$1) - ) + (br $label$1) ) - (block $label$3 - (block $label$4 - (i32.store - (i32.const 0) - (local.get $0) - ) - (return) - ) - (unreachable) + (i32.store + (i32.const 0) + (local.get $0) ) + (return) ) (func $__wasm_start (i32.store |