Module wasm

Source
Expand description

Traits required by the runtime interface from the wasm side.

Structs§

ExchangeableFunction
A function which implementation can be exchanged.
RestoreImplementation
Restores a function implementation on drop.

Traits§

FromFFIValue
A type used as a return value in a host function. Can be created from an FFI value.
IntoFFIValue
A type used as a parameter in a host function. Can be turned into an FFI value.