Cargo Features

[dependencies]
wasmer-vfs = { version = "3.2.0-alpha.1", default-features = false, features = ["host-fs", "mem-fs", "webc-fs", "static-fs", "enable-serde", "no-time"] }
default = host-fs, mem-fs, static-fs, webc-fs

These default features are set whenever wasmer-vfs is added without default-features = false somewhere in the dependency tree.

host-fs default = libc

Affects wasmer-vfs::host_fs

mem-fs default static-fs webc-fs = slab

Affects wasmer-vfs::mem_fs

webc-fs default = anyhow, mem-fs, webc

Affects wasmer-vfs::webc_fs

static-fs default = anyhow, mem-fs, webc

Affects wasmer-vfs::static_fs

enable-serde = serde, typetag
no-time

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libc host-fs
typetag enable-serde?

Enables typetag ^0.1

serde enable-serde?
slab mem-fs
webc static-fs webc-fs

Enables webc ^4.0.0

anyhow static-fs webc-fs