wasmtime-wasi 48.0.2

WASI implementation in Rust
Documentation
1
2
3
4
5
6
pub use tempfile::TempDir;

#[allow(unused)]
pub fn tmpdir() -> TempDir {
    tempfile::tempdir().expect("expected to be able to create a temporary directory")
}