@@ -291,71 +291,71 @@ pub unsafe extern "C" fn roc_memset(dst: *mut c_void, c: i32, n: usize) -> *mut
291291// TODO: remove all of this when we switch to effect interpreter.
292292pub fn init ( ) {
293293 let funcs: & [ * const extern "C" fn ( ) ] = & [
294- roc_alloc as _ ,
295- roc_realloc as _ ,
296- roc_dealloc as _ ,
297- roc_panic as _ ,
298- roc_dbg as _ ,
299- roc_memset as _ ,
300- roc_fx_env_dict as _ ,
301- roc_fx_env_var as _ ,
302- roc_fx_set_cwd as _ ,
303- roc_fx_exe_path as _ ,
304- roc_fx_stdin_line as _ ,
305- roc_fx_stdin_bytes as _ ,
306- roc_fx_stdin_read_to_end as _ ,
294+ // roc_alloc as _,
295+ // roc_realloc as _,
296+ // roc_dealloc as _,
297+ // roc_panic as _,
298+ // roc_dbg as _,
299+ // roc_memset as _,
300+ // roc_fx_env_dict as _,
301+ // roc_fx_env_var as _,
302+ // roc_fx_set_cwd as _,
303+ // roc_fx_exe_path as _,
304+ // roc_fx_stdin_line as _,
305+ // roc_fx_stdin_bytes as _,
306+ // roc_fx_stdin_read_to_end as _,
307307 roc_fx_stdout_line as _ ,
308- roc_fx_stdout_write as _ ,
309- roc_fx_stdout_write_bytes as _ ,
308+ // roc_fx_stdout_write as _,
309+ // roc_fx_stdout_write_bytes as _,
310310 roc_fx_hello as _ ,
311- roc_fx_stderr_line as _ ,
312- roc_fx_stderr_write as _ ,
313- roc_fx_stderr_write_bytes as _ ,
314- roc_fx_tty_mode_canonical as _ ,
315- roc_fx_tty_mode_raw as _ ,
316- roc_fx_file_write_utf8 as _ ,
317- roc_fx_file_write_bytes as _ ,
318- roc_fx_path_type as _ ,
319- roc_fx_file_read_bytes as _ ,
320- roc_fx_file_reader as _ ,
321- roc_fx_file_read_line as _ ,
322- roc_fx_file_delete as _ ,
323- roc_fx_file_size_in_bytes as _ ,
324- roc_fx_file_is_executable as _ ,
325- roc_fx_file_is_readable as _ ,
326- roc_fx_file_is_writable as _ ,
327- roc_fx_file_time_accessed as _ ,
328- roc_fx_file_time_modified as _ ,
329- roc_fx_file_time_created as _ ,
330- roc_fx_file_exists as _ ,
331- roc_fx_file_rename as _ ,
332- roc_fx_hard_link as _ ,
333- roc_fx_cwd as _ ,
334- roc_fx_posix_time as _ ,
335- roc_fx_sleep_millis as _ ,
336- roc_fx_dir_list as _ ,
337- roc_fx_send_request as _ ,
338- roc_fx_tcp_connect as _ ,
339- roc_fx_tcp_read_up_to as _ ,
340- roc_fx_tcp_read_exactly as _ ,
341- roc_fx_tcp_read_until as _ ,
342- roc_fx_tcp_write as _ ,
343- roc_fx_command_status as _ ,
344- roc_fx_command_output as _ ,
345- roc_fx_dir_create as _ ,
346- roc_fx_dir_create_all as _ ,
347- roc_fx_dir_delete_empty as _ ,
348- roc_fx_dir_delete_all as _ ,
349- roc_fx_current_arch_os as _ ,
350- roc_fx_temp_dir as _ ,
351- roc_fx_get_locale as _ ,
352- roc_fx_get_locales as _ ,
353- roc_fx_sqlite_bind as _ ,
354- roc_fx_sqlite_column_value as _ ,
355- roc_fx_sqlite_columns as _ ,
356- roc_fx_sqlite_prepare as _ ,
357- roc_fx_sqlite_reset as _ ,
358- roc_fx_sqlite_step as _ ,
311+ // roc_fx_stderr_line as _,
312+ // roc_fx_stderr_write as _,
313+ // roc_fx_stderr_write_bytes as _,
314+ // roc_fx_tty_mode_canonical as _,
315+ // roc_fx_tty_mode_raw as _,
316+ // roc_fx_file_write_utf8 as _,
317+ // roc_fx_file_write_bytes as _,
318+ // roc_fx_path_type as _,
319+ // roc_fx_file_read_bytes as _,
320+ // roc_fx_file_reader as _,
321+ // roc_fx_file_read_line as _,
322+ // roc_fx_file_delete as _,
323+ // roc_fx_file_size_in_bytes as _,
324+ // roc_fx_file_is_executable as _,
325+ // roc_fx_file_is_readable as _,
326+ // roc_fx_file_is_writable as _,
327+ // roc_fx_file_time_accessed as _,
328+ // roc_fx_file_time_modified as _,
329+ // roc_fx_file_time_created as _,
330+ // roc_fx_file_exists as _,
331+ // roc_fx_file_rename as _,
332+ // roc_fx_hard_link as _,
333+ // roc_fx_cwd as _,
334+ // roc_fx_posix_time as _,
335+ // roc_fx_sleep_millis as _,
336+ // roc_fx_dir_list as _,
337+ // roc_fx_send_request as _,
338+ // roc_fx_tcp_connect as _,
339+ // roc_fx_tcp_read_up_to as _,
340+ // roc_fx_tcp_read_exactly as _,
341+ // roc_fx_tcp_read_until as _,
342+ // roc_fx_tcp_write as _,
343+ // roc_fx_command_status as _,
344+ // roc_fx_command_output as _,
345+ // roc_fx_dir_create as _,
346+ // roc_fx_dir_create_all as _,
347+ // roc_fx_dir_delete_empty as _,
348+ // roc_fx_dir_delete_all as _,
349+ // roc_fx_current_arch_os as _,
350+ // roc_fx_temp_dir as _,
351+ // roc_fx_get_locale as _,
352+ // roc_fx_get_locales as _,
353+ // roc_fx_sqlite_bind as _,
354+ // roc_fx_sqlite_column_value as _,
355+ // roc_fx_sqlite_columns as _,
356+ // roc_fx_sqlite_prepare as _,
357+ // roc_fx_sqlite_reset as _,
358+ // roc_fx_sqlite_step as _,
359359 ] ;
360360 #[ allow( forgetting_references) ]
361361 std:: mem:: forget ( std:: hint:: black_box ( funcs) ) ;
0 commit comments