[][src]Trait wasm_bindgen::convert::WasmAbi

pub unsafe trait WasmAbi { }

An unsafe trait which represents types that are ABI-safe to pass via wasm arguments.

This is an unsafe trait to implement as there's no guarantee the type is actually safe to transfer across the was boundary, it's up to you to guarantee this so codegen works correctly.

Implementations on Foreign Types

impl WasmAbi for ()[src]

impl WasmAbi for u32[src]

impl WasmAbi for i32[src]

impl WasmAbi for f32[src]

impl WasmAbi for f64[src]

Loading content...

Implementors

impl WasmAbi for WasmSlice[src]

Loading content...