Skip to main content

wasi_assembler/formats/
mod.rs

1#![doc = include_str!("readme.md")]
2
3pub mod wasm;
4#[cfg(feature = "wat")]
5pub mod wat;