15 lines
367 B
Rust
Raw Normal View History

2019-05-17 12:09:31 -07: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 15:31:02 -07:00
mod create_dir;
mod envvar;
2019-05-17 15:31:02 -07:00
mod file_metadata;
2019-05-22 15:57:12 -07:00
mod fs_sandbox_test;
2019-05-17 12:09:31 -07:00
mod hello;
mod mapdir;
2019-05-17 15:31:02 -07:00
mod quine;