Registry / utility / wasmer-vfs

wasmer-vfs

JSON →
library3.1.1rscratesunverified

Wasmer Virtual FileSystem

# Cargo.toml [dependencies] wasmer-vfs = "3.1.1"
INSTALL
IMPORT
SIG · WASMER-VFS
W
wasmer-vfs
utilityrustv3.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FileSystem
use wasmer_vfs::FileSystem;

Creates a new virtual filesystem for Wasmer.

use wasmer_vfs::FileSystem; fn main() { let fs = FileSystem::new(); println!("Virtual filesystem created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
wasmer-vfs — cargo add wasmer-vfs · libregistry