diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary')
-rw-r--r-- | test/heap-types.wast.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/heap-types.wast.fromBinary b/test/heap-types.wast.fromBinary index 80981535c..e69cf99b1 100644 --- a/test/heap-types.wast.fromBinary +++ b/test/heap-types.wast.fromBinary @@ -301,7 +301,7 @@ ) ) (func $array-init (type $none_=>_ref|$vector|) (result (ref $vector)) - (array.init_static $vector + (array.new_fixed $vector (f64.const 1) (f64.const 2) (f64.const 4) @@ -309,7 +309,7 @@ ) ) (func $array-init-packed (type $none_=>_ref|$bytes|) (result (ref $bytes)) - (array.init_static $bytes + (array.new_fixed $bytes (i32.const 4) (i32.const 2) (i32.const 1) |