diff options
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary')
-rw-r--r-- | test/polymorphic_stack.wast.fromBinary | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary deleted file mode 100644 index 652ecb7d9..000000000 --- a/test/polymorphic_stack.wast.fromBinary +++ /dev/null @@ -1,76 +0,0 @@ -(module - (type $0 (func (result i32))) - (type $FUNCSIG$ii (func (param i32) (result i32))) - (type $2 (func)) - (type $3 (func (param i32))) - (import "env" "table" (table $timport$0 9 9 funcref)) - (func $break-and-binary (type $0) (result i32) - (block $label$1 (result i32) - (unreachable) - ) - ) - (func $call-and-unary (type $FUNCSIG$ii) (param $0 i32) (result i32) - (unreachable) - ) - (func $tee (type $3) (param $x i32) - (local $y f32) - (unreachable) - ) - (func $tee2 (type $2) - (local $0 f32) - (if - (i32.const 259) - (unreachable) - ) - ) - (func $select (type $2) - (unreachable) - ) - (func $untaken-break-should-have-value (type $0) (result i32) - (block $label$1 (result i32) - (block $label$2 - (drop - (i32.const 0) - ) - (unreachable) - ) - (unreachable) - ) - ) - (func $unreachable-in-block-but-code-before (type $FUNCSIG$ii) (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 $br_table_unreachable_to_also_unreachable (type $0) (result i32) - (block $label$1 (result i32) - (block $label$2 (result i32) - (unreachable) - ) - ) - ) - (func $untaken-br_if (type $0) (result i32) - (block $label$1 (result i32) - (block $label$2 - (if - (i32.const 0) - (unreachable) - (unreachable) - ) - ) - (unreachable) - ) - ) -) - |