Skip to main contentCrate dictator_decree_abi
Source - DecreeMetadata
- Metadata for decree versioning and capabilities
- Diagnostic
- Span
- Byte offsets into the source file (half-open range).
- Capability
- Capability flags for decrees
- ABI_VERSION
- ABI version for decree compatibility checking.
- DECREE_FACTORY_EXPORT
- Export name expected in decrees for the factory symbol.
- Decree
- Trait all Dictator decrees must implement. Designed to be usable from WASM by
exporting a thin C-ABI shim that instantiates a concrete implementor.
- BoxDecree
- Boxed decree for dynamic dispatch.
- DecreeFactory
- Function exported by WASM decrees to construct an instance.
- Diagnostics