wasmer/lib/wasi/tests/wasitests/mod.rs
2019-05-17 15:31:02 -07:00

12 lines
322 B
Rust

// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build (build/wasitests.rs).
// The _common module is not autogenerated. It provides common macros for the wasitests
#[macro_use]
mod _common;
mod create_dir;
mod file_metadata;
mod hello;
mod quine;