30 lines
608 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-09-11 14:25:53 -07:00
mod close_preopen_fd;
2019-05-17 15:31:02 -07:00
mod create_dir;
mod envvar;
2019-08-05 14:01:04 +09:00
mod fd_allocate;
2019-11-08 11:13:01 -08:00
mod fd_append;
mod fd_close;
2019-08-01 16:38:34 +09:00
mod fd_pread;
2019-08-28 10:50:59 -07:00
mod fd_read;
2019-08-07 12:41:35 +09:00
mod fd_sync;
2019-05-17 15:31:02 -07:00
mod file_metadata;
2019-05-22 15:57:12 -07:00
mod fs_sandbox_test;
mod fseek;
2019-05-17 12:09:31 -07:00
mod hello;
mod mapdir;
mod path_link;
2019-08-09 15:40:04 +09:00
mod path_rename;
mod path_symlink;
2019-08-15 13:13:20 +09:00
mod poll_oneoff;
2019-05-17 15:31:02 -07:00
mod quine;
2019-07-16 13:49:45 -07:00
mod readlink;
mod wasi_sees_virtual_root;
mod writing;