Skip to main content

Module descriptor

Module descriptor 

Source
Expand description

Typed host-side descriptors for publishing work into the megakernel ring.

Wrappers such as VyreOffload should not have to hand-assemble (opcode, tenant_id, args) tuples or know when to switch to the packed-slot path. These descriptors provide an additive typed API over the existing wire protocol.

Structs§

BatchDescriptor
A typed batch publication request.
PackedOpDescriptor
One packed inner-op inside a PACKED_SLOT.
WindowDescriptor
A ticketed window of related slot publications.

Enums§

BuiltinOpcode
Built-in megakernel opcodes exposed as a typed host API.
SlotDescriptor
One top-level slot publication request.
SlotOpcode
A slot opcode can target either a builtin wire opcode or a caller-defined extension registered via an opcode handler (see handlers module).
WindowClass
Classification for items published inside a window descriptor.