Skip to content

Commit 1ff00a0

Browse files
committed
Update symbols
1 parent 80dd8eb commit 1ff00a0

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

expected/wasm32-wasip3/defined-symbols.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ filesystem_method_descriptor_sync_data
646646
filesystem_method_descriptor_unlink_file_at
647647
filesystem_method_descriptor_write_via_stream
648648
filesystem_new_timestamp_free
649-
filesystem_option_datetime_free
649+
filesystem_option_instant_free
650650
filesystem_preopens_get_directories
651651
filesystem_preopens_list_tuple2_own_descriptor_string_free
652652
filesystem_preopens_tuple2_own_descriptor_string_free
@@ -1459,31 +1459,30 @@ vswprintf
14591459
vswscanf
14601460
vwprintf
14611461
vwscanf
1462-
wall_clock_get_resolution
1463-
wall_clock_now
1462+
wasi_clocks_system_clock_get_resolution
1463+
wasi_clocks_system_clock_now
14641464
wasip3_backpressure_dec
14651465
wasip3_backpressure_inc
1466-
wasip3_backpressure_set
1467-
wasip3_context_get
1468-
wasip3_context_set
1466+
wasip3_context_get_0
1467+
wasip3_context_set_0
14691468
wasip3_list_string_free
14701469
wasip3_list_tuple2_string_string_free
14711470
wasip3_list_u8_free
14721471
wasip3_option_string_free
14731472
wasip3_string_dup
1473+
wasip3_string_dup_n
14741474
wasip3_string_free
14751475
wasip3_string_set
14761476
wasip3_subtask_cancel
14771477
wasip3_subtask_drop
14781478
wasip3_task_cancel
1479+
wasip3_thread_yield
14791480
wasip3_tuple2_string_string_free
14801481
wasip3_waitable_join
14811482
wasip3_waitable_set_drop
14821483
wasip3_waitable_set_new
14831484
wasip3_waitable_set_poll
14841485
wasip3_waitable_set_wait
1485-
wasip3_yield
1486-
wasip3_yield_cancellable
14871486
wcpcpy
14881487
wcpncpy
14891488
wcrtomb

expected/wasm32-wasip3/predefined-macros.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,6 @@
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))

expected/wasm32-wasip3/undefined-symbols.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
134132
filesystem_future_result_void_error_code__cancel_read
135133
filesystem_future_result_void_error_code__cancel_write
136134
filesystem_future_result_void_error_code__drop_readable

0 commit comments

Comments
 (0)