Expand description
Defines the host system and events for the wings
plugin system.
Modules§
- on
- Events which this module raises.
Structs§
- Events
- Denotes a set of events that the host may send and receive from WASM plugins.
- Systems
- Denotes a set of systems that the host will expose to WASM plugins.
- Traits
- Defines the traits through which a system is exposed to WASM.
- Wings
Host - Holds a set of WASM plugins, managing their creation, destruction, and interop between them.
- Wings
Image - Represents a group of WASM plugins that should be instantiated together.
- Wings
Module - Represents a parsed, loaded WASM plugin.
Traits§
- Host
- Defines the types and functionality associated with a Wings host.