Skip to content

Commit cde670d

Browse files
stlankesvalopok
authored andcommitted
add feature to enable filesystem support
1 parent 0b05cf5 commit cde670d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/hermit-wasm/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ name = "hermit_wasm"
1515

1616
[features]
1717
default = []
18+
fs = ["hermit/fs"]
1819

1920
[dependencies]
2021
anyhow = "1.0"
@@ -30,4 +31,4 @@ zerocopy = { version = "0.8", default-features = false, features = ["alloc", "de
3031
[target.'cfg(target_os = "hermit")'.dependencies]
3132
hermit = { version = "=0.11", path = "../../hermit", default-features = false, features = ["acpi", "pci", "fsgsbase", "fs", "tcp", "dhcpv4", "mmap"] }
3233
hermit-abi = { version = "=0.5", path = "../../hermit-abi", default-features = false }
33-
wasi = { version = "0.11" }
34+
wasi = { version = "0.11" }

0 commit comments

Comments
 (0)