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.

Enums§

WrappedFFIValue
Represents a wrapped ffi value.

Traits§

FromFFIValue
Something that can be created from a ffi value.
IntoFFIValue
Something that can be converted into a ffi value.