We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8971797 commit f713000Copy full SHA for f713000
test/core/gc/array_new_data.wast
@@ -24,7 +24,7 @@
24
(data $d "\aa\bb\cc\dd")
25
26
(func (export "array-new-data-contents") (result i32 i32)
27
- (local (ref null $arr))
+ (local (ref $arr))
28
(local.set 0 (array.new_data $arr $d (i32.const 1) (i32.const 2)))
29
(array.get_u $arr (local.get 0) (i32.const 0))
30
(array.get_u $arr (local.get 0) (i32.const 1))
0 commit comments