diff options
Diffstat (limited to 'test/mutable-global.wasm.fromBinary')
-rw-r--r-- | test/mutable-global.wasm.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutable-global.wasm.fromBinary b/test/mutable-global.wasm.fromBinary index 159fc7a5d..08d3b6c21 100644 --- a/test/mutable-global.wasm.fromBinary +++ b/test/mutable-global.wasm.fromBinary @@ -1,7 +1,7 @@ (module (type $none_=>_none (func)) (import "env" "global-mut" (global $gimport$0 (mut i32))) - (func $0 (; 0 ;) + (func $0 (global.set $gimport$0 (i32.add (global.get $gimport$0) |