Expand description
Shared shell runtime core for wasmsh.
Platform-agnostic execution engine:
parse -> AST -> HIR -> runtime executor.
Most shell semantics are executed by interpreting HIR directly inside
this crate. A bounded subset of top-level and/or lists is lowered
through wasmsh-ir into wasmsh-vm, but that is an optimization and
parity path rather than the primary executor for the whole grammar.
Structs§
- Browser
Config - Configuration for the browser runtime.
- External
Command Result - Result from an external command handler.
- External
Command Stdin - Worker
Runtime - The worker-side runtime that processes host commands.
Enums§
Functions§
- extglob_
match - Match a name against an extglob pattern.
Type Aliases§
- External
Command Handler - Callback type for external (host-provided) commands.