wasmer/lib/wasi/tests/wasitests/mod.rs

13 lines
334 B
Rust
Raw Normal View History

2019-05-17 19:09:31 +00:00
// !!! 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;
2019-05-17 22:31:02 +00:00
mod create_dir;
mod file_metadata;
2019-05-17 19:09:31 +00:00
mod hello;
mod mapdir;
2019-05-17 22:31:02 +00:00
mod quine;