diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/heap-types.wast.fromBinary.noDebugInfo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/heap-types.wast.fromBinary.noDebugInfo b/test/heap-types.wast.fromBinary.noDebugInfo index dbfcb9cdd..6b1641407 100644 --- a/test/heap-types.wast.fromBinary.noDebugInfo +++ b/test/heap-types.wast.fromBinary.noDebugInfo @@ -5,6 +5,7 @@ (type $[mut:f64] (array (mut f64))) (type $anyref_=>_none (func (param anyref))) (type ${} (struct )) + (type ${i32_i64} (struct (field i32) (field i64))) (type ${mut:f32} (struct (field (mut f32)))) (type $none_=>_none (func)) (type $rtt_1_{}_=>_none (func (param (rtt 1 ${})))) @@ -12,7 +13,6 @@ (type $ref?|{i32_f32_f64}|_=>_ref?|{i8_mut:i16_ref?|{i32_f32_f64}|_mut:ref?|{i32_f32_f64}|}| (func (param (ref null ${i32_f32_f64})) (result (ref null ${i8_mut:i16_ref?|{i32_f32_f64}|_mut:ref?|{i32_f32_f64}|})))) (type $ref?|[mut:f64]|_=>_ref?|[ref?|[mut:f64]|]| (func (param (ref null $[mut:f64])) (result (ref null $[ref?|[mut:f64]|])))) (type ${i32} (struct (field i32))) - (type ${i32_i64} (struct (field i32) (field i64))) (type $[mut:i32] (array (mut i32))) (type $[mut:i8] (array (mut i8))) (global $global$0 (rtt 0 ${}) (rtt.canon ${})) @@ -62,6 +62,11 @@ ) ) (drop + (struct.get ${i32_i64} 0 + (ref.null ${i32_i64}) + ) + ) + (drop (ref.null ${i32_f32_f64}) ) (drop |