uptown_funk 0.1.3

Define host functions compatible with Wasmer and Wasmtime
Documentation
1
2
3
4
5
6
7
mod pointers;
mod primitive;
mod result;

pub use pointers::CReprWasmType;
pub use pointers::Pointer;
pub use result::HasOk;