@@ -4,21 +4,11 @@ Missing
44From unix.bc:
55caml_alloc_dummy_function
66caml_continuation_use
7- caml_drop_continuation
87caml_dynlink_add_primitive
98caml_dynlink_close_lib
109caml_dynlink_get_current_libs
1110caml_dynlink_lookup_symbol
1211caml_dynlink_open_lib
13- caml_int64_add_native
14- caml_int64_and_native
15- caml_int64_div_native
16- caml_int64_mod_native
17- caml_int64_mul_native
18- caml_int64_neg_native
19- caml_int64_or_native
20- caml_int64_sub_native
21- caml_int64_xor_native
2212caml_int_as_pointer
2313caml_reset_afl_instrumentation
2414caml_signbit
@@ -92,6 +82,7 @@ caml_unix_outchannel_of_filedescr
9282caml_unix_pipe
9383caml_unix_putenv
9484caml_unix_read
85+ caml_unix_read_bigarray
9586caml_unix_realpath
9687caml_unix_recv
9788caml_unix_recvfrom
@@ -131,6 +122,7 @@ caml_unix_utimes
131122caml_unix_wait
132123caml_unix_waitpid
133124caml_unix_write
125+ caml_unix_write_bigarray
134126debugger
135127is_digit_normalized
136128
@@ -153,7 +145,6 @@ caml_bigstring_memcmp
153145caml_hash_mix_bigstring
154146
155147From +domain.js:
156- caml_atomic_make_contended
157148caml_ml_domain_set_name
158149
159150From +effect.js:
@@ -172,7 +163,6 @@ caml_eventlog_resume
172163caml_gc_huge_fallback_count
173164caml_get_major_bucket
174165caml_get_major_credit
175- caml_memprof_discard
176166caml_memprof_set
177167
178168From +graphics.js:
@@ -228,10 +218,6 @@ From +ints.js:
228218caml_div
229219caml_mod
230220
231- From +io.js:
232- caml_ml_input_bigarray
233- caml_ml_output_bigarray
234-
235221From +jslib.js:
236222caml_is_js
237223caml_trampoline
@@ -264,12 +250,10 @@ caml_obj_set_tag
264250caml_obj_truncate
265251
266252From +runtime_events.js:
267- caml_ml_runtime_events_pause
268- caml_ml_runtime_events_resume
269- caml_ml_runtime_events_start
270253caml_runtime_events_create_cursor
271254caml_runtime_events_free_cursor
272255caml_runtime_events_read_poll
256+ caml_runtime_events_user_resolve
273257
274258From +stdlib.js:
275259caml_build_symbols
@@ -297,7 +281,6 @@ caml_spacetime_only_works_for_native_code
297281caml_sys_const_naked_pointers_checked
298282
299283From +toplevel.js:
300- caml_dynlink_get_bytecode_sections
301284caml_static_alloc
302285caml_static_free
303286caml_terminfo_backup
0 commit comments