[][src]Trait wasmtime::WasmTy

pub unsafe trait WasmTy: Copy { }

A trait implemented for types which can be arguments to closures passed to Func::wrap and friends.

This trait should not be implemented by user types. This trait may change at any time internally. The types which implement this trait, however, are stable over time.

For more information see Func::wrap

Implementations on Foreign Types

impl WasmTy for ()[src]

impl WasmTy for i32[src]

impl WasmTy for i64[src]

impl WasmTy for f32[src]

impl WasmTy for f64[src]

Loading content...

Implementors

Loading content...