Skip to main content

ToWasmValue

Trait ToWasmValue 

Source
pub trait ToWasmValue {
    // Required method
    fn to_wasm_value(&self) -> WasmValue;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToWasmValue for f32

Source§

impl ToWasmValue for f64

Source§

impl ToWasmValue for i32

Source§

impl ToWasmValue for i64

Source§

impl ToWasmValue for u32

Source§

impl ToWasmValue for usize

Implementors§