diff options
Diffstat (limited to 'test/typed-function-references.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/typed-function-references.wast.fromBinary.noDebugInfo | 133 |
1 files changed, 0 insertions, 133 deletions
diff --git a/test/typed-function-references.wast.fromBinary.noDebugInfo b/test/typed-function-references.wast.fromBinary.noDebugInfo deleted file mode 100644 index 9e68efcc1..000000000 --- a/test/typed-function-references.wast.fromBinary.noDebugInfo +++ /dev/null @@ -1,133 +0,0 @@ -(module - (type $none_=>_anyref_f32_anyref_f32 (func (result anyref f32 anyref f32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_eqref (func (result eqref))) - (type $ref|i32_->_i32|_=>_i32 (func (param (ref $i32_=>_i32)) (result i32))) - (type $ref?|i32_->_i32|_=>_i32 (func (param (ref null $i32_=>_i32)) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $f64_=>_ref?|none_->_eqref| (func (param f64) (result (ref null $none_=>_eqref)))) - (type $none_=>_anyref (func (result anyref))) - (type $none_=>_i32_ref?|none_->_anyref_f32_anyref_f32|_f64 (func (result i32 (ref null $none_=>_anyref_f32_anyref_f32) f64))) - (type $ref?|none_->_anyref_f32_anyref_f32|_=>_none (func (param (ref null $none_=>_anyref_f32_anyref_f32)))) - (elem declare func $0 $2) - (func $0 - (call_ref - (ref.func $0) - ) - ) - (func $1 - (return_call_ref - (ref.func $0) - ) - ) - (func $2 (param $0 i32) (result i32) - (call_ref - (i32.const 42) - (ref.func $2) - ) - ) - (func $3 (param $0 (ref $i32_=>_i32)) (result i32) - (call_ref - (i32.const 42) - (local.get $0) - ) - ) - (func $4 (param $0 (ref null $i32_=>_i32)) (result i32) - (call_ref - (i32.const 42) - (local.get $0) - ) - ) - (func $5 (result i32) - (local $0 (ref null $i32_=>_i32)) - (local.set $0 - (ref.func $2) - ) - (call_ref - (i32.const 42) - (local.get $0) - ) - ) - (func $6 (param $0 f64) (result (ref null $none_=>_eqref)) - (ref.null $none_=>_eqref) - ) - (func $7 - (local $0 i32) - (local $1 f64) - (local $2 (ref null $none_=>_anyref)) - (nop) - ) - (func $8 - (local $0 (i32 (ref null $none_=>_anyref_f32_anyref_f32) f64)) - (local $1 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $2 i32) - (local.set $0 - (block $label$1 (result i32 (ref null $none_=>_anyref_f32_anyref_f32) f64) - (unreachable) - ) - ) - (drop - (block (result i32) - (local.set $2 - (tuple.extract 0 - (local.get $0) - ) - ) - (drop - (block (result (ref null $none_=>_anyref_f32_anyref_f32)) - (local.set $1 - (tuple.extract 1 - (local.get $0) - ) - ) - (drop - (tuple.extract 2 - (local.get $0) - ) - ) - (local.get $1) - ) - ) - (local.get $2) - ) - ) - ) - (func $9 - (local $0 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $1 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $2 anyref) - (local $3 anyref) - (local $4 anyref) - (local $5 funcref) - (local $6 i32) - (local $7 i64) - (local $8 i64) - (nop) - ) - (func $10 - (local $0 i32) - (local $1 i64) - (local $2 i64) - (local $3 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $4 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $5 anyref) - (local $6 anyref) - (local $7 anyref) - (local $8 funcref) - (nop) - ) - (func $11 (param $0 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $1 i32) - (local $2 i64) - (local $3 i64) - (local $4 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $5 (ref null $none_=>_anyref_f32_anyref_f32)) - (local $6 anyref) - (local $7 anyref) - (local $8 anyref) - (local $9 funcref) - (nop) - ) -) - |