Wasm Directoryalpha
v0.2.12 · World

imports

No description available.

Imports

I
environment
since 0.2.0
I
exit
since 0.2.0
I
wasi:io/error 0.2.12
since 0.2.0
I
wasi:io/poll 0.2.12
A poll API intended to let users wait for I/O events on multiple handles at once.
since 0.2.0
I
wasi:io/streams 0.2.12
WASI I/O is an I/O abstraction API which is currently focused on providing stream types.
since 0.2.0
I
stdin
since 0.2.0
I
stdout
since 0.2.0
I
stderr
since 0.2.0
I
terminal-input
Terminal input.
since 0.2.0
I
terminal-output
Terminal output.
since 0.2.0
I
terminal-stdin
An interface providing an optional `terminal-input` for stdin as a link-time authority.
since 0.2.0
I
terminal-stdout
An interface providing an optional `terminal-output` for stdout as a link-time authority.
since 0.2.0
I
terminal-stderr
An interface providing an optional `terminal-output` for stderr as a link-time authority.
since 0.2.0
I
wasi:clocks/monotonic-clock 0.2.12
WASI Monotonic Clock is a clock API intended to let users measure elapsed time.
I
wasi:clocks/wall-clock 0.2.12
WASI Wall Clock is a clock API intended to let users query the current time. The name "wall" makes an analogy to a "clock on the wall", which is not necessarily monotonic as it may be reset.
I
wasi:filesystem/types 0.2.12
WASI filesystem is a filesystem API primarily intended to let users run WASI programs that access their files on their existing filesystems, without significant overhead.
I
wasi:filesystem/preopens 0.2.12
I
wasi:sockets/network 0.2.12
I
wasi:sockets/instance-network 0.2.12
This interface provides a value-export of the default network handle..
I
wasi:sockets/udp 0.2.12
I
wasi:sockets/udp-create-socket 0.2.12
I
wasi:sockets/tcp 0.2.12
I
wasi:sockets/tcp-create-socket 0.2.12
I
wasi:sockets/ip-name-lookup 0.2.12
I
wasi:random/random 0.2.12
WASI Random is a random data API.
I
wasi:random/insecure 0.2.12
The insecure interface for insecure pseudo-random numbers.
I
wasi:random/insecure-seed 0.2.12
The insecure-seed interface for seeding hash-map DoS resistance.