Module protocol

Module protocol 

Source
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§

GuestExportsIter
An iterator over the variants of Self
HostExportsIter
An iterator over the variants of Self

Enums§

GuestExports
The exported guest functions as an enum.
HostExports
The exported host functions as an enum.

Traits§

IntoEnumIterator
This trait designates that an Enum can be iterated over. It can be auto generated using strum_macros on your behalf.