diff options
Diffstat (limited to 'test/example')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt | 8 | ||||
-rw-r--r-- | test/example/c-api-kitchen-sink.txt.txt | 4 | ||||
-rw-r--r-- | test/example/relooper-fuzz.txt | 4 | ||||
-rw-r--r-- | test/example/relooper-fuzz1.txt | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/test/example/c-api-kitchen-sink.txt b/test/example/c-api-kitchen-sink.txt index d272301a9..f4bfa19e7 100644 --- a/test/example/c-api-kitchen-sink.txt +++ b/test/example/c-api-kitchen-sink.txt @@ -15,8 +15,8 @@ BinaryenFloat64: 4 (type $v (func)) (type $3 (func)) (import "module" "base" (func $an-imported (param i32 f64) (result f32))) - (export "kitchen_sinker" "$kitchen()sinker") - (export "mem" memory) + (export "kitchen_sinker" (func "$kitchen()sinker")) + (export "mem" (memory $0)) (table 1 1 anyfunc) (elem (i32.const 0) "$kitchen()sinker") (func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32) @@ -1606,8 +1606,8 @@ int main() { (type $v (func)) (type $3 (func)) (import "module" "base" (func $an-imported (param i32 f64) (result f32))) - (export "kitchen_sinker" "$kitchen()sinker") - (export "mem" memory) + (export "kitchen_sinker" (func "$kitchen()sinker")) + (export "mem" (memory $0)) (table 1 1 anyfunc) (elem (i32.const 0) "$kitchen()sinker") (func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32) diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt index 5acac8e51..d564ce7ca 100644 --- a/test/example/c-api-kitchen-sink.txt.txt +++ b/test/example/c-api-kitchen-sink.txt.txt @@ -10,8 +10,8 @@ (type $v (func)) (type $3 (func)) (import "module" "base" (func $an-imported (param i32 f64) (result f32))) - (export "kitchen_sinker" "$kitchen()sinker") - (export "mem" memory) + (export "kitchen_sinker" (func "$kitchen()sinker")) + (export "mem" (memory $0)) (table 1 1 anyfunc) (elem (i32.const 0) "$kitchen()sinker") (func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32) diff --git a/test/example/relooper-fuzz.txt b/test/example/relooper-fuzz.txt index 09b6ef8cb..151360306 100644 --- a/test/example/relooper-fuzz.txt +++ b/test/example/relooper-fuzz.txt @@ -5,7 +5,7 @@ (type $v (func)) (type $vi (func (param i32))) (import "spectest" "print" (func $print (param i32))) - (export "mem" memory) + (export "mem" (memory $0)) (func $check (type $i) (result i32) (if (i32.eq @@ -298,7 +298,7 @@ (type $v (func)) (type $vi (func (param i32))) (import "spectest" "print" (func $print (param i32))) - (export "mem" memory) + (export "mem" (memory $0)) (func $check (type $i) (result i32) (if (i32.eq diff --git a/test/example/relooper-fuzz1.txt b/test/example/relooper-fuzz1.txt index 9fbaae5f0..be8130228 100644 --- a/test/example/relooper-fuzz1.txt +++ b/test/example/relooper-fuzz1.txt @@ -5,7 +5,7 @@ (type $v (func)) (type $vi (func (param i32))) (import "spectest" "print" (func $print (param i32))) - (export "mem" memory) + (export "mem" (memory $0)) (func $check (type $i) (result i32) (if (i32.eq @@ -274,7 +274,7 @@ (type $v (func)) (type $vi (func (param i32))) (import "spectest" "print" (func $print (param i32))) - (export "mem" memory) + (export "mem" (memory $0)) (func $check (type $i) (result i32) (if (i32.eq |