Expand description
Traits and implementations used to convert between native values and WebAssembly ones.
Macros§
Structs§
- A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
. - A structure with a C-compatible representation that can hold a set of Wasm values. This type is used by
WasmTypeList::CStruct
.
Traits§
- A trait to convert a Rust value to a
WasmNativeType
value, or to convertWasmNativeType
value to a Rust value. - The
IntoResult
trait turns aWasmTypeList
into aResult<WasmTypeList, Self::Error>
. NativeWasmType
represents a Wasm type that has a direct representation on the host (hence the “native” term).NativeWasmTypeInto
performs conversions from and intoNativeWasmType
types with a context.- The
WasmTypeList
trait represents a tuple (list) of Wasm typed values. It is used to get low-level representation of such a tuple.