☰
WasmType
Implementations on Foreign Types
()
f32
f64
i32
i64
u32
u64
Implementors
In wasm3
?
Trait
wasm3
::
WasmType
source
·
[
−
]
pub trait WasmType:
Sized
{ }
Expand description
Trait implemented by types that can be passed to and from wasm.
Implementations on Foreign Types
source
impl
WasmType
for
i32
source
impl
WasmType
for
u32
source
impl
WasmType
for
i64
source
impl
WasmType
for
u64
source
impl
WasmType
for
f32
source
impl
WasmType
for
f64
source
impl
WasmType
for
()
Implementors