[][src]Trait webassembly::TypeWasmExt

pub trait TypeWasmExt {
    fn to_wasm_bytes(&self) -> Vec<u8>;
}

Required methods

fn to_wasm_bytes(&self) -> Vec<u8>

Loading content...

Implementors

impl TypeWasmExt for f32[src]

impl TypeWasmExt for f64[src]

impl TypeWasmExt for i32[src]

impl TypeWasmExt for i64[src]

impl TypeWasmExt for u32[src]

impl TypeWasmExt for usize[src]

Loading content...