File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed
Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ filesystem_method_descriptor_sync_data
646646filesystem_method_descriptor_unlink_file_at
647647filesystem_method_descriptor_write_via_stream
648648filesystem_new_timestamp_free
649- filesystem_option_datetime_free
649+ filesystem_option_instant_free
650650filesystem_preopens_get_directories
651651filesystem_preopens_list_tuple2_own_descriptor_string_free
652652filesystem_preopens_tuple2_own_descriptor_string_free
@@ -1459,31 +1459,30 @@ vswprintf
14591459vswscanf
14601460vwprintf
14611461vwscanf
1462- wall_clock_get_resolution
1463- wall_clock_now
1462+ wasi_clocks_system_clock_get_resolution
1463+ wasi_clocks_system_clock_now
14641464wasip3_backpressure_dec
14651465wasip3_backpressure_inc
1466- wasip3_backpressure_set
1467- wasip3_context_get
1468- wasip3_context_set
1466+ wasip3_context_get_0
1467+ wasip3_context_set_0
14691468wasip3_list_string_free
14701469wasip3_list_tuple2_string_string_free
14711470wasip3_list_u8_free
14721471wasip3_option_string_free
14731472wasip3_string_dup
1473+ wasip3_string_dup_n
14741474wasip3_string_free
14751475wasip3_string_set
14761476wasip3_subtask_cancel
14771477wasip3_subtask_drop
14781478wasip3_task_cancel
1479+ wasip3_thread_yield
14791480wasip3_tuple2_string_string_free
14801481wasip3_waitable_join
14811482wasip3_waitable_set_drop
14821483wasip3_waitable_set_new
14831484wasip3_waitable_set_poll
14841485wasip3_waitable_set_wait
1485- wasip3_yield
1486- wasip3_yield_cancellable
14871486wcpcpy
14881487wcpncpy
14891488wcrtomb
Original file line number Diff line number Diff line change 22062206#define UTIME_NOW (-1)
22072207#define UTIME_OMIT (-2)
22082208#define WASIP3_CALLBACK_CODE_EXIT 0
2209- #define WASIP3_CALLBACK_CODE_POLL(set) (3 | (set << 4))
22102209#define WASIP3_CALLBACK_CODE_WAIT(set) (2 | (set << 4))
22112210#define WASIP3_CALLBACK_CODE_YIELD 1
22122211#define WASIP3_SUBTASK_HANDLE(status) ((wasip3_subtask_t) ((status) >> 4))
Original file line number Diff line number Diff line change 11__addtf3
22__backpressure_dec
33__backpressure_inc
4- __backpressure_set
5- __context_get
6- __context_set
4+ __context_get_0
5+ __context_set_0
76__data_end
87__divtf3
98__eqtf2
@@ -28,7 +27,6 @@ __subtask_drop
2827__subtf3
2928__task_cancel
3029__thread_yield
31- __thread_yield_cancellable
3230__trunctfdf2
3331__trunctfsf2
3432__unordtf2
@@ -129,8 +127,8 @@ __wasm_import_terminal_output_terminal_output_drop
129127__wasm_import_terminal_stderr_get_terminal_stderr
130128__wasm_import_terminal_stdin_get_terminal_stdin
131129__wasm_import_terminal_stdout_get_terminal_stdout
132- __wasm_import_wall_clock_get_resolution
133- __wasm_import_wall_clock_now
130+ __wasm_import_wasi_clocks_system_clock_get_resolution
131+ __wasm_import_wasi_clocks_system_clock_now
134132filesystem_future_result_void_error_code__cancel_read
135133filesystem_future_result_void_error_code__cancel_write
136134filesystem_future_result_void_error_code__drop_readable
You can’t perform that action at this time.
0 commit comments