wasmer-interface-types 0.17.0

WebAssembly Interface Types library for Wasmer
Documentation
//! Writes the AST into a particular format; for instance,
//! `encoders::wat` writes the AST into a string representing WIT with
//! its textual format.

pub mod binary;
pub mod wat;