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 d79efb2 commit a6c01c4Copy full SHA for a6c01c4
runtime/wasm/array.wat
@@ -29,7 +29,7 @@
29
(global $empty_array (ref eq)
30
(array.new_fixed $block 1 (ref.i31 (i32.const 0))))
31
32
- (func $caml_make_vect (export "caml_make_vect")
+ (func $caml_make_vect (export "caml_make_vect") (export "caml_array_make")
33
(param $n (ref eq)) (param $v (ref eq)) (result (ref eq))
34
(local $sz i32) (local $b (ref $block)) (local $f f64)
35
(local.set $sz (i31.get_s (ref.cast (ref i31) (local.get $n))))
0 commit comments