mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
30 lines
608 B
Rust
30 lines
608 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 close_preopen_fd;
|
|
mod create_dir;
|
|
mod envvar;
|
|
mod fd_allocate;
|
|
mod fd_append;
|
|
mod fd_close;
|
|
mod fd_pread;
|
|
mod fd_read;
|
|
mod fd_sync;
|
|
mod file_metadata;
|
|
mod fs_sandbox_test;
|
|
mod fseek;
|
|
mod hello;
|
|
mod mapdir;
|
|
mod path_link;
|
|
mod path_rename;
|
|
mod path_symlink;
|
|
mod poll_oneoff;
|
|
mod quine;
|
|
mod readlink;
|
|
mod wasi_sees_virtual_root;
|
|
mod writing;
|