pub trait WasmTy: WasmTy + Sealed { }
Expand description

A trait for types directly usable at the WASM FFI boundary without any conversion at all.

This trait is sealed and should not be implemented downstream.

Implementations on Foreign Types§

source§

impl WasmTy for i32

source§

impl WasmTy for i64

source§

impl WasmTy for u32

source§

impl WasmTy for u64

Implementors§