Expand description
Controlled system access for processors that need external tools.
Browser gets NoopContext, CLI gets NativeContext, desktop gets SandboxedContext.
Structs§
- Noop
Context - No-op context for browser (WASM) execution. All system-access methods return errors — browser has no shell.
Traits§
- Process
Context - System access boundary for processors that need external tools.