Skip to main content

Crate wasi_shell

Crate wasi_shell 

Source

Structs§

ArcVecWriter
A thread-safe writer backed by a shared Vec<u8>. Useful for tests.
CommandRegistry
Registry of named commands.
IoContext
Context for utility IO, allowing redirection of stdin, stdout, and stderr.

Functions§

handle_parallel
Execute multiple independent command lines in parallel.
handle_pipeline
Execute a shell pipeline (commands separated by |).

Type Aliases§

CommandFn
A function that handles a shell command.