wasmer-interface-types 0.17.0

WebAssembly Interface Types library for Wasmer
Documentation
1
2
3
4
5
//! An hypothetic WebAssembly runtime, represented as a set of enums,
//! types, and traits —basically this is the part a runtime should
//! take a look to use the `wasmer-interface-types` crate—.

pub mod structures;