Cargo Features

[dependencies]
wasmer-wasi-local-networking = { version = "3.2.0-alpha.1", default-features = false, features = ["wasix", "host_fs", "mem_fs"] }
default = host_fs

The host_fs feature is set by default whenever wasmer-wasi-local-networking is added without default-features = false somewhere in the dependency tree.

wasix
host_fs default

Enables host-fs of wasmer-vfs, host_fs of wasmer-vnet

mem_fs

Enables mem-fs of wasmer-vfs, mem_fs of wasmer-vnet

wasmer-wasi-local-networking has 4 features without comments.