diff options
Diffstat (limited to 'test/ctor-eval/imported2.wast.out')
-rw-r--r-- | test/ctor-eval/imported2.wast.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ctor-eval/imported2.wast.out b/test/ctor-eval/imported2.wast.out index 8d9148920..b0788065e 100644 --- a/test/ctor-eval/imported2.wast.out +++ b/test/ctor-eval/imported2.wast.out @@ -1,11 +1,11 @@ (module - (type $0 (func)) + (type $FUNCSIG$v (func)) (memory $0 256 256) (data (i32.const 10) "wasa waka waka waka waka") (global $mine (mut i32) (i32.const 1)) (export "test2" (func $test2)) (export "test3" (func $test3)) - (func $test2 (; 0 ;) (type $0) + (func $test2 (; 0 ;) (type $FUNCSIG$v) (global.set $mine (i32.const 2) ) @@ -14,7 +14,7 @@ (i32.const 115) ) ) - (func $test3 (; 1 ;) (type $0) + (func $test3 (; 1 ;) (type $FUNCSIG$v) (i32.store8 (i32.const 14) (i32.const 115) |