Enum wasmtime_types::WasmType [−][src]
pub enum WasmType {
I32,
I64,
F32,
F64,
V128,
FuncRef,
ExternRef,
ExnRef,
}
Expand description
WebAssembly value type – equivalent of wasmparser
’s Type.
Variants
I32 type
I64 type
F32 type
F64 type
V128 type
FuncRef type
ExternRef type
ExnRef type
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for WasmType
impl UnwindSafe for WasmType
Blanket Implementations
Mutably borrows from an owned value. Read more