Trait wasmedge_sdk::WasmVal
source · pub trait WasmVal {
fn to_wasm_value(self) -> WasmValue;
}Expand description
Defines the function converting a value of Rust type to the one of Wasm type.
pub trait WasmVal {
fn to_wasm_value(self) -> WasmValue;
}Defines the function converting a value of Rust type to the one of Wasm type.