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;
|
2019-05-30 11:58:52 -07:00
|
|
|
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-07-12 15:10:16 -07:00
|
|
|
mod fseek;
|
2019-05-17 12:09:31 -07:00
|
|
|
mod hello;
|
2019-05-20 17:43:50 -07:00
|
|
|
mod mapdir;
|
2019-05-17 15:31:02 -07:00
|
|
|
mod quine;
|
2019-07-16 13:49:45 -07:00
|
|
|
mod readlink;
|
2019-07-17 14:00:51 -07:00
|
|
|
mod wasi_sees_virtual_root;
|
2019-07-18 17:14:01 -07:00
|
|
|
mod writing;
|