Function async_wasi::snapshots::preview_1::path_symlink
source · pub fn path_symlink<M: Memory>(
_ctx: &mut WasiCtx,
_mem: &mut M,
_old_path: WasmPtr<u8>,
_old_path_len: __wasi_size_t,
_fd: __wasi_fd_t,
_new_path: WasmPtr<u8>,
_new_path_len: __wasi_size_t
) -> Result<(), Errno>