wasmer-interface-types 0.17.0

WebAssembly Interface Types library for Wasmer
Documentation
1
2
3
4
5
6
//! Reads the AST from a particular data representation; for instance,
//! [`decoders::binary`](binary) reads the [AST](crate::ast)
//! from a binary.

pub mod binary;
pub mod wat;