Expand description
Traits required by the runtime interface from the host side.
Traitsยง
- FromFFI
Value - Something that can be created from a ffi value.
Implementations are safe to assume that the
arggiven tofrom_ffi_valueis only generated by the correspondingwasm::IntoFFIValueimplementation. - IntoFFI
Value - Something that can be converted into a ffi value.
- Into
PreallocatedFFI Value - Something that can be converted into a preallocated ffi value.