Skip to main content

Crate wasmsh_runtime

Crate wasmsh_runtime 

Source
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§

BrowserConfig
Configuration for the browser runtime.
ExternalCommandResult
Result from an external command handler.
WorkerRuntime
The worker-side runtime that processes host commands.

Functions§

extglob_match
Match a name against an extglob pattern.

Type Aliases§

ExternalCommandHandler
Callback type for external (host-provided) commands.