Expand description
Traits required by the runtime interface from the wasm side.
Structs§
- Exchangeable
Function - A function which implementation can be exchanged.
- Restore
Implementation - Restores a function implementation on drop.
Enums§
- WrappedFFI
Value - Represents a wrapped ffi value.
Traits§
- FromFFI
Value - Something that can be created from a ffi value.
- IntoFFI
Value - Something that can be converted into a ffi value.