Trait wasmedge_sdk::WasmVal
source · pub trait WasmVal {
// Required method
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 {
// Required method
fn to_wasm_value(self) -> WasmValue;
}
Defines the function converting a value of Rust type to the one of Wasm type.