Skip to content

Commit c9978ee

Browse files
Update wasi-vfs to stop encoding host env vars in the module
1 parent 38ad5fa commit c9978ee

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

Cargo.lock

Lines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/ruby_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
magnus = { version = "0.7.1", features = ["bytes"] }
1414
bytes = "1"
1515
wizer = "6.0.0"
16-
wasi-vfs-cli = { git = "https://github.com/kateinoigakukun/wasi-vfs/", tag = "v0.5.3" }
16+
wasi-vfs-cli = { git = "https://github.com/kateinoigakukun/wasi-vfs/", tag = "v0.5.3-p1" }
1717
structopt = "0.3.26"
1818
wit-component = "0.216.0"
1919
wasm-compose = "0.219.1"

0 commit comments

Comments
 (0)