Expand description
A list of the function names that are part of each wasmRS conversation
Modules§
- guest_
exports - Functions called by host, exported by guest
- host_
exports - Functions called by guest, exported by host
Structs§
- Guest
Exports Iter - An iterator over the variants of Self
- Host
Exports Iter - An iterator over the variants of Self
Enums§
- Guest
Exports - The exported guest functions as an enum.
- Host
Exports - The exported host functions as an enum.
Traits§
- Into
Enum Iterator - This trait designates that an
Enumcan be iterated over. It can be auto generated usingstrum_macroson your behalf.