Trait wasmi::WasmType

source ·
pub trait WasmType: From<UntypedValue> + Into<UntypedValue> + Send { }
Expand description

Types that can be used as parameters or results of host functions.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WasmType for i32

source§

impl WasmType for i64

source§

impl WasmType for u32

source§

impl WasmType for u64

Implementors§