Module wasix

Source

Re-exportsยง

pub use call_dynamic::*;
pub use callback_signal::*;
pub use chdir::*;
pub use closure_allocate::*;
pub use closure_free::*;
pub use closure_prepare::*;
pub use dl_invalid_handle::*;
pub use dlopen::*;
pub use dlsym::*;
pub use epoll_create::*;
pub use epoll_ctl::*;
pub use epoll_wait::*;
pub use fd_dup2::*;
pub use fd_fdflags_get::*;
pub use fd_fdflags_set::*;
pub use fd_pipe::*;
pub use futex_wait::*;
pub use futex_wake::*;
pub use futex_wake_all::*;
pub use getcwd::*;
pub use path_open2::*;
pub use port_addr_add::*;
pub use port_addr_clear::*;
pub use port_addr_list::*;
pub use port_addr_remove::*;
pub use port_bridge::*;
pub use port_dhcp_acquire::*;
pub use port_gateway_set::*;
pub use port_mac::*;
pub use port_route_add::*;
pub use port_route_clear::*;
pub use port_route_list::*;
pub use port_route_remove::*;
pub use port_unbridge::*;
pub use proc_exec::*;
pub use proc_exec2::*;
pub use proc_exec3::*;
pub use proc_fork::*;
pub use proc_id::*;
pub use proc_join::*;
pub use proc_parent::*;
pub use proc_signal::*;
pub use proc_signals_get::*;
pub use proc_signals_sizes_get::*;
pub use proc_snapshot::*;
pub use proc_spawn::*;
pub use proc_spawn2::*;
pub use reflect_signature::*;
pub use resolve::*;
pub use sched_yield::*;
pub use sock_accept::*;
pub use sock_addr_local::*;
pub use sock_addr_peer::*;
pub use sock_bind::*;
pub use sock_connect::*;
pub use sock_get_opt_flag::*;
pub use sock_get_opt_size::*;
pub use sock_get_opt_time::*;
pub use sock_join_multicast_v4::*;
pub use sock_join_multicast_v6::*;
pub use sock_leave_multicast_v4::*;
pub use sock_leave_multicast_v6::*;
pub use sock_listen::*;
pub use sock_open::*;
pub use sock_pair::*;
pub use sock_recv::*;
pub use sock_recv_from::*;
pub use sock_send::*;
pub use sock_send_file::*;
pub use sock_send_to::*;
pub use sock_set_opt_flag::*;
pub use sock_set_opt_size::*;
pub use sock_set_opt_time::*;
pub use sock_shutdown::*;
pub use sock_status::*;
pub use stack_checkpoint::*;
pub use stack_restore::*;
pub use thread_exit::*;
pub use thread_id::*;
pub use thread_join::*;
pub use thread_parallelism::*;
pub use thread_signal::*;
pub use thread_sleep::*;
pub use thread_spawn::*;
pub use tty_get::*;
pub use tty_set::*;

Modulesยง

call_dynamic ๐Ÿ”’
callback_signal ๐Ÿ”’
chdir ๐Ÿ”’
closure_allocate ๐Ÿ”’
closure_free ๐Ÿ”’
closure_prepare ๐Ÿ”’
Closures provide a way to generate a WASM function that wraps a generic function and an environment.
dl_invalid_handle ๐Ÿ”’
dlopen ๐Ÿ”’
dlsym ๐Ÿ”’
epoll_create ๐Ÿ”’
epoll_ctl ๐Ÿ”’
epoll_wait ๐Ÿ”’
fd_dup2 ๐Ÿ”’
fd_fdflags_get ๐Ÿ”’
fd_fdflags_set ๐Ÿ”’
fd_pipe ๐Ÿ”’
futex_wait ๐Ÿ”’
futex_wake ๐Ÿ”’
futex_wake_all ๐Ÿ”’
getcwd ๐Ÿ”’
path_open2 ๐Ÿ”’
port_addr_add ๐Ÿ”’
port_addr_clear ๐Ÿ”’
port_addr_list ๐Ÿ”’
port_addr_remove ๐Ÿ”’
port_bridge ๐Ÿ”’
port_dhcp_acquire ๐Ÿ”’
port_gateway_set ๐Ÿ”’
port_mac ๐Ÿ”’
port_route_add ๐Ÿ”’
port_route_clear ๐Ÿ”’
port_route_list ๐Ÿ”’
port_route_remove ๐Ÿ”’
port_unbridge ๐Ÿ”’
proc_exec ๐Ÿ”’
proc_exec2 ๐Ÿ”’
proc_exec3 ๐Ÿ”’
proc_fork ๐Ÿ”’
proc_id ๐Ÿ”’
proc_join ๐Ÿ”’
proc_parent ๐Ÿ”’
proc_signal ๐Ÿ”’
proc_signals_get ๐Ÿ”’
proc_signals_sizes_get ๐Ÿ”’
proc_snapshot ๐Ÿ”’
proc_spawn ๐Ÿ”’
proc_spawn2 ๐Ÿ”’
reflect_signature ๐Ÿ”’
resolve ๐Ÿ”’
sched_yield ๐Ÿ”’
sock_accept ๐Ÿ”’
sock_addr_local ๐Ÿ”’
sock_addr_peer ๐Ÿ”’
sock_bind ๐Ÿ”’
sock_connect ๐Ÿ”’
sock_get_opt_flag ๐Ÿ”’
sock_get_opt_size ๐Ÿ”’
sock_get_opt_time ๐Ÿ”’
sock_join_multicast_v4 ๐Ÿ”’
sock_join_multicast_v6 ๐Ÿ”’
sock_leave_multicast_v4 ๐Ÿ”’
sock_leave_multicast_v6 ๐Ÿ”’
sock_listen ๐Ÿ”’
sock_open ๐Ÿ”’
sock_pair ๐Ÿ”’
sock_recv ๐Ÿ”’
sock_recv_from ๐Ÿ”’
sock_send ๐Ÿ”’
sock_send_file ๐Ÿ”’
sock_send_to ๐Ÿ”’
sock_set_opt_flag ๐Ÿ”’
sock_set_opt_size ๐Ÿ”’
sock_set_opt_time ๐Ÿ”’
sock_shutdown ๐Ÿ”’
sock_status ๐Ÿ”’
stack_checkpoint ๐Ÿ”’
stack_restore ๐Ÿ”’
thread_exit ๐Ÿ”’
thread_id ๐Ÿ”’
thread_join ๐Ÿ”’
thread_parallelism ๐Ÿ”’
thread_signal ๐Ÿ”’
thread_sleep ๐Ÿ”’
thread_spawn ๐Ÿ”’
tty_get ๐Ÿ”’
tty_set ๐Ÿ”’