diff options
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/polymorphic_stack.wast.fromBinary.noDebugInfo | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary.noDebugInfo b/test/polymorphic_stack.wast.fromBinary.noDebugInfo index b521d43ed..a360a2fe3 100644 --- a/test/polymorphic_stack.wast.fromBinary.noDebugInfo +++ b/test/polymorphic_stack.wast.fromBinary.noDebugInfo @@ -5,29 +5,29 @@ (type $3 (func)) (import "env" "table" (table 9 9 anyfunc)) (memory $0 0) - (func $0 (type $1) (result i32) + (func $0 (; 0 ;) (type $1) (result i32) (block $label$1 (result i32) (unreachable) ) ) - (func $1 (type $0) (param $var$0 i32) (result i32) + (func $1 (; 1 ;) (type $0) (param $var$0 i32) (result i32) (unreachable) ) - (func $2 (type $2) (param $var$0 i32) + (func $2 (; 2 ;) (type $2) (param $var$0 i32) (local $var$1 f32) (unreachable) ) - (func $3 (type $3) + (func $3 (; 3 ;) (type $3) (local $var$0 f32) (if (i32.const 259) (unreachable) ) ) - (func $4 (type $3) + (func $4 (; 4 ;) (type $3) (unreachable) ) - (func $5 (type $1) (result i32) + (func $5 (; 5 ;) (type $1) (result i32) (block $label$1 (result i32) (block $label$2 (drop @@ -38,7 +38,7 @@ (unreachable) ) ) - (func $6 (type $0) (param $var$0 i32) (result i32) + (func $6 (; 6 ;) (type $0) (param $var$0 i32) (result i32) (if (get_local $var$0) (return @@ -54,14 +54,14 @@ ) ) ) - (func $7 (type $1) (result i32) + (func $7 (; 7 ;) (type $1) (result i32) (block $label$1 (result i32) (block $label$2 (result i32) (unreachable) ) ) ) - (func $8 (type $1) (result i32) + (func $8 (; 8 ;) (type $1) (result i32) (block $label$1 (result i32) (block $label$2 (if |