diff options
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/polymorphic_stack.wast.fromBinary.noDebugInfo | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary.noDebugInfo b/test/polymorphic_stack.wast.fromBinary.noDebugInfo deleted file mode 100644 index 0069e4254..000000000 --- a/test/polymorphic_stack.wast.fromBinary.noDebugInfo +++ /dev/null @@ -1,76 +0,0 @@ -(module - (type $0 (func (result i32))) - (type $1 (func (param i32) (result i32))) - (type $2 (func)) - (type $3 (func (param i32))) - (import "env" "table" (table $timport$0 9 9 funcref)) - (func $0 (type $0) (result i32) - (block $label$1 (result i32) - (unreachable) - ) - ) - (func $1 (type $1) (param $0 i32) (result i32) - (unreachable) - ) - (func $2 (type $3) (param $0 i32) - (local $1 f32) - (unreachable) - ) - (func $3 (type $2) - (local $0 f32) - (if - (i32.const 259) - (unreachable) - ) - ) - (func $4 (type $2) - (unreachable) - ) - (func $5 (type $0) (result i32) - (block $label$1 (result i32) - (block $label$2 - (drop - (i32.const 0) - ) - (unreachable) - ) - (unreachable) - ) - ) - (func $6 (type $1) (param $0 i32) (result i32) - (if - (local.get $0) - (return - (i32.const 127) - ) - ) - (block $label$2 (result i32) - (drop - (i32.const 0) - ) - (return - (i32.const -32) - ) - ) - ) - (func $7 (type $0) (result i32) - (block $label$1 (result i32) - (block $label$2 (result i32) - (unreachable) - ) - ) - ) - (func $8 (type $0) (result i32) - (block $label$1 (result i32) - (block $label$2 - (if - (i32.const 0) - (unreachable) - (unreachable) - ) - ) - (unreachable) - ) - ) -) - |