Expand description
Shared protocol types for the oo extension ABI.
Used by both the host (oo) and WASM extensions (oo-api).
Compiled with no_std when the std feature is disabled (for WASM targets).
Structs§
- Picker
Item - Request
- A request from the WASM extension to the host.
- Response
- A response from the host back to the WASM extension.
Enums§
- Command
Op - Host
Request - Message
- Top-level message envelope — either a request from WASM→host or a response from host→WASM.
- Operation
- Response
Payload - Terminal
Op - Window
Op - Workspace
Op