Skip to content

Commit e7f6b7c

Browse files
Get rid of wasm-opt crate dependency
1 parent 62b3be0 commit e7f6b7c

File tree

2 files changed

+2
-174
lines changed

2 files changed

+2
-174
lines changed

Cargo.lock

Lines changed: 1 addition & 173 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
@@ -17,4 +17,4 @@ wasi-vfs-cli = { git = "https://github.com/kateinoigakukun/wasi-vfs/", tag = "0.
1717
structopt = "0.3.26"
1818
wit-component = "0.203.0"
1919
wasm-compose = "0.203.0"
20-
wasi-virt = { git = "https://github.com/bytecodealliance/wasi-virt", rev = "b2581ff6e993c7c3cb6f5d899977bbce3d4c6c60" }
20+
wasi-virt = { git = "https://github.com/bytecodealliance/wasi-virt", rev = "refs/pull/63/head", default-features = false }

0 commit comments

Comments
 (0)