diff options
Diffstat (limited to 'test/mutable-global.wast.fromBinary')
-rw-r--r-- | test/mutable-global.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutable-global.wast.fromBinary b/test/mutable-global.wast.fromBinary index 04be75288..1a4730a1e 100644 --- a/test/mutable-global.wast.fromBinary +++ b/test/mutable-global.wast.fromBinary @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (import "env" "global-mut" (global $global-mut (mut i32))) (func $foo (global.set $global-mut |