Module wasmer_wast::wasi_wast
source ยท Modulesยง
- wasi_kw ๐
Structsยง
- Args ๐
- AssertReturn ๐
- AssertStderr ๐
- AssertStdout ๐
- Envs ๐
- MapDirs ๐
- OutputCapturerer ๐
- Preopens ๐
- Stdin ๐
- TempDirs ๐
- Crate holding metadata parsed from the WASI WAST about the test to be run.
Enumsยง
- The kind of filesystem
WasiTest
is going to use.
Constantsยง
- BASE_TEST_DIR ๐
Functionsยง
- get_stdio_output ๐
- When using
virtual_fs::mem_fs
, we cannot rely onBASE_TEST_DIR
because the host filesystem cannot be used. Instead, we are copyingBASE_TEST_DIR
to themem_fs
.