Skip to main content

Module context

Module context 

Source
Expand description

Controlled system access for processors that need external tools. Browser gets NoopContext, CLI gets NativeContext, desktop gets SandboxedContext.

Structs§

NoopContext
No-op context for browser (WASM) execution. All system-access methods return errors — browser has no shell.

Traits§

ProcessContext
System access boundary for processors that need external tools.