wasmer-interface-types-fl 0.24.1

WebAssembly Interface Types library for Wasmer
Documentation
//! 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;