Skip to content

Commit a6c01c4

Browse files
committed
WIP
1 parent d79efb2 commit a6c01c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/wasm/array.wat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
(global $empty_array (ref eq)
3030
(array.new_fixed $block 1 (ref.i31 (i32.const 0))))
3131

32-
(func $caml_make_vect (export "caml_make_vect")
32+
(func $caml_make_vect (export "caml_make_vect") (export "caml_array_make")
3333
(param $n (ref eq)) (param $v (ref eq)) (result (ref eq))
3434
(local $sz i32) (local $b (ref $block)) (local $f f64)
3535
(local.set $sz (i31.get_s (ref.cast (ref i31) (local.get $n))))

0 commit comments

Comments
 (0)