summaryrefslogtreecommitdiff
path: root/test/ctor-eval
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor-eval')
-rw-r--r--test/ctor-eval/bad-indirect-call2.wast.out8
-rw-r--r--test/ctor-eval/imported2.wast.out6
-rw-r--r--test/ctor-eval/imported3.wast.out4
-rw-r--r--test/ctor-eval/indirect-call3.wast.out4
-rw-r--r--test/ctor-eval/just_some.wast.out6
-rw-r--r--test/ctor-eval/no_partial.wast.out4
-rw-r--r--test/ctor-eval/unsafe_call.wast.out6
7 files changed, 19 insertions, 19 deletions
diff --git a/test/ctor-eval/bad-indirect-call2.wast.out b/test/ctor-eval/bad-indirect-call2.wast.out
index 16f2b33a5..61ef71afb 100644
--- a/test/ctor-eval/bad-indirect-call2.wast.out
+++ b/test/ctor-eval/bad-indirect-call2.wast.out
@@ -1,13 +1,13 @@
(module
- (type $FUNCSIG$v (func))
+ (type $v (func))
(import "env" "_abort" (func $_abort))
(memory $0 256 256)
(data (i32.const 10) "waka waka waka waka waka")
(table $0 2 2 funcref)
(elem (i32.const 0) $_abort $call-indirect)
(export "test1" (func $test1))
- (func $test1 (; 1 ;) (type $FUNCSIG$v)
- (call_indirect (type $FUNCSIG$v)
+ (func $test1 (; 1 ;) (type $v)
+ (call_indirect (type $v)
(i32.const 0)
)
(i32.store8
@@ -15,7 +15,7 @@
(i32.const 120)
)
)
- (func $call-indirect (; 2 ;) (type $FUNCSIG$v)
+ (func $call-indirect (; 2 ;) (type $v)
(i32.store8
(i32.const 40)
(i32.const 67)
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)
diff --git a/test/ctor-eval/imported3.wast.out b/test/ctor-eval/imported3.wast.out
index 101c1adaa..47ab523c1 100644
--- a/test/ctor-eval/imported3.wast.out
+++ b/test/ctor-eval/imported3.wast.out
@@ -1,9 +1,9 @@
(module
- (type $0 (func))
+ (type $FUNCSIG$v (func))
(memory $0 256 256)
(data (i32.const 10) "waka waka waka waka waka")
(export "test1" (func $test1))
- (func $test1 (; 0 ;) (type $0)
+ (func $test1 (; 0 ;) (type $FUNCSIG$v)
(i32.store8
(i32.const 13)
(i32.const 115)
diff --git a/test/ctor-eval/indirect-call3.wast.out b/test/ctor-eval/indirect-call3.wast.out
index 27351bcce..370e73b42 100644
--- a/test/ctor-eval/indirect-call3.wast.out
+++ b/test/ctor-eval/indirect-call3.wast.out
@@ -1,10 +1,10 @@
(module
- (type $FUNCSIG$v (func))
+ (type $v (func))
(import "env" "tableBase" (global $tableBase i32))
(import "env" "_abort" (func $_abort))
(memory $0 256 256)
(data (i32.const 10) "waka waka xaka waka waka\00\00\00\00\00\00C")
- (func $call-indirect (; 1 ;) (type $FUNCSIG$v)
+ (func $call-indirect (; 1 ;) (type $v)
(i32.store8
(i32.const 40)
(i32.const 67)
diff --git a/test/ctor-eval/just_some.wast.out b/test/ctor-eval/just_some.wast.out
index b7a1aa2be..d61eb9548 100644
--- a/test/ctor-eval/just_some.wast.out
+++ b/test/ctor-eval/just_some.wast.out
@@ -1,13 +1,13 @@
(module
- (type $0 (func))
+ (type $FUNCSIG$v (func))
(memory $0 256 256)
(data (i32.const 10) "wasa waka waka waka waka")
(export "test2" (func $test2))
(export "test3" (func $test3))
- (func $test2 (; 0 ;) (type $0)
+ (func $test2 (; 0 ;) (type $FUNCSIG$v)
(unreachable)
)
- (func $test3 (; 1 ;) (type $0)
+ (func $test3 (; 1 ;) (type $FUNCSIG$v)
(i32.store8
(i32.const 13)
(i32.const 113)
diff --git a/test/ctor-eval/no_partial.wast.out b/test/ctor-eval/no_partial.wast.out
index ac943d57c..ad8006a7c 100644
--- a/test/ctor-eval/no_partial.wast.out
+++ b/test/ctor-eval/no_partial.wast.out
@@ -1,9 +1,9 @@
(module
- (type $0 (func))
+ (type $FUNCSIG$v (func))
(memory $0 256 256)
(data (i32.const 10) "waka waka waka waka waka")
(export "test1" (func $test1))
- (func $test1 (; 0 ;) (type $0)
+ (func $test1 (; 0 ;) (type $FUNCSIG$v)
(i32.store8
(i32.const 12)
(i32.const 115)
diff --git a/test/ctor-eval/unsafe_call.wast.out b/test/ctor-eval/unsafe_call.wast.out
index d92a4cd2f..eec593fb9 100644
--- a/test/ctor-eval/unsafe_call.wast.out
+++ b/test/ctor-eval/unsafe_call.wast.out
@@ -1,9 +1,9 @@
(module
- (type $0 (func))
+ (type $FUNCSIG$v (func))
(memory $0 256 256)
(data (i32.const 10) "waka waka waka waka waka")
(export "test1" (func $test1))
- (func $test1 (; 0 ;) (type $0)
+ (func $test1 (; 0 ;) (type $FUNCSIG$v)
(call $unsafe-to-call)
(i32.store
(i32.const 12)
@@ -18,7 +18,7 @@
(i32.const 120)
)
)
- (func $unsafe-to-call (; 1 ;) (type $0)
+ (func $unsafe-to-call (; 1 ;) (type $FUNCSIG$v)
(unreachable)
)
)