Skip to content

Commit a1ba9ef

Browse files
committed
WIP
1 parent a6c01c4 commit a1ba9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/lib-wasm/generate.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ end
11681168

11691169
let init () =
11701170
let l =
1171-
[ "caml_ensure_stack_capacity", "%identity"; "caml_callback", "caml_trampoline" ]
1171+
[ "caml_ensure_stack_capacity", "%identity"; "caml_callback", "caml_trampoline"; "caml_array_of_uniform_array", "caml_make_array" ]
11721172
in
11731173
Primitive.register "caml_make_array" `Mutable None None;
11741174
let l =

0 commit comments

Comments
 (0)