@@ -167,7 +167,7 @@ Word wasi_unstable_path_filestat_set_times(Word, Word, Word, Word, uint64_t, uin
167167Word wasi_unstable_path_link (Word, Word, Word, Word, Word, Word);
168168Word wasi_unstable_path_readlink (Word, Word, Word, Word, Word, Word);
169169Word wasi_unstable_path_remove_directory (Word, Word, Word);
170- Word wasi_unstable_path_rename (Word, Word, Word, Word, Word);
170+ Word wasi_unstable_path_rename (Word, Word, Word, Word, Word, Word );
171171Word wasi_unstable_path_symlink (Word, Word, Word, Word);
172172Word wasi_unstable_path_unlink_file (Word, Word, Word);
173173Word wasi_unstable_sock_accept (Word, Word, Word);
@@ -201,15 +201,17 @@ Word wasi_unstable_path_filestat_get(Word fd, Word flags, Word path, Word path_l
201201
202202#define FOR_ALL_WASI_FUNCTIONS (_f ) \
203203 _f (fd_write) _f(fd_read) _f(fd_seek) _f(fd_close) _f(fd_fdstat_get) _f(fd_fdstat_set_flags) \
204- _f (fd_fdstat_set_rights) _f(environ_get) _f(environ_sizes_get) _f(args_get) _f(args_sizes_get) \
205- _f (clock_time_get) _f(clock_res_get) _f(fd_advise) _f(fd_allocate) _f(fd_datasync) \
206- _f (fd_filestat_set_size) _f(fd_filestat_set_times) _f(fd_pread) _f(fd_pwrite) \
207- _f (fd_readdir) _f(fd_renumber) _f(fd_sync) _f(fd_tell) _f(path_create_directory) \
208- _f (path_filestat_set_times) _f(path_link) _f(path_readlink) _f(path_remove_directory) \
209- _f (path_rename) _f(path_symlink) _f(path_unlink_file) _f(sock_accept) \
210- _f (sock_recv) _f(sock_send) _f(sock_shutdown) _f(random_get) _f(sched_yield) \
211- _f (poll_oneoff) _f(proc_exit) _f(path_open) _f(fd_prestat_get) \
212- _f (fd_prestat_dir_name) _f(path_filestat_get) _f(fd_filestat_get)
204+ _f (fd_fdstat_set_rights) _f(environ_get) _f(environ_sizes_get) _f(args_get) \
205+ _f (args_sizes_get) _f(clock_time_get) _f(clock_res_get) _f(fd_advise) _f(fd_allocate) \
206+ _f (fd_datasync) _f(fd_filestat_set_size) _f(fd_filestat_set_times) _f(fd_pread) \
207+ _f (fd_pwrite) _f(fd_readdir) _f(fd_renumber) _f(fd_sync) _f(fd_tell) \
208+ _f (path_create_directory) _f(path_filestat_set_times) _f(path_link) \
209+ _f (path_readlink) _f(path_remove_directory) _f(path_rename) \
210+ _f (path_symlink) _f(path_unlink_file) _f(sock_accept) _f(sock_recv) \
211+ _f (sock_send) _f(sock_shutdown) _f(random_get) _f(sched_yield) \
212+ _f (poll_oneoff) _f(proc_exit) _f(path_open) \
213+ _f (fd_prestat_get) _f(fd_prestat_dir_name) \
214+ _f (path_filestat_get) _f(fd_filestat_get)
213215
214216// Helpers to generate a stub to pass to VM, in place of a restricted proxy-wasm capability.
215217#define _CREATE_PROXY_WASM_STUB (_fn ) \
0 commit comments