Expand description
Shared shell runtime core for wasmsh.
Platform-agnostic execution engine: parse → HIR → expand → execute.
Used by wasmsh-browser (standalone WASM) and future embedding crates.
Structs§
- Browser
Config - Configuration for the browser runtime.
- External
Command Result - Result from an external command handler.
- Worker
Runtime - The worker-side runtime that processes host commands.
Functions§
- extglob_
match - Match a name against an extglob pattern.
Type Aliases§
- External
Command Handler - Callback type for external (host-provided) commands.