[][src]Trait wasm3::WasmType

pub trait WasmType: Sized { }

Trait implemented by types that can be passed to and from wasm.

Implementations on Foreign Types

impl WasmType for i32[src]

impl WasmType for u32[src]

impl WasmType for i64[src]

impl WasmType for u64[src]

impl WasmType for f32[src]

impl WasmType for f64[src]

impl WasmType for ()[src]

Loading content...

Implementors

Loading content...