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 fc27a39 commit db2f58fCopy full SHA for db2f58f
compiler/lib/parse_bytecode.ml
@@ -1881,6 +1881,8 @@ and compile infos pc state (instrs : instr list) =
1881
| "%identity", _ -> true
1882
| "caml_ensure_stack_capacity", _ -> true
1883
| "caml_process_pending_actions_with_root", _ -> true
1884
+ | "caml_array_of_iarray", _ -> true
1885
+ | "caml_iarray_of_array", _ -> true
1886
| "caml_make_array", `JavaScript -> true
1887
| "caml_array_of_uniform_array", `JavaScript -> true
1888
| "caml_js_from_float", `JavaScript -> true
0 commit comments