Module wasmrs_host::protocol
source · Expand description
A list of the function names that are part of each wasmRS conversation
Modules
- Functions called by host, exported by guest
- Functions called by guest, exported by host
Structs
Enums
- The exported guest functions as an enum.
- The exported host functions as an enum.
Traits
- This trait designates that an
Enumcan be iterated over. It can be auto generated usingstrum_macroson your behalf.