Skip to content

Commit

Permalink
Merge pull request #486 from ruby/katei/update-wasm-tools
Browse files Browse the repository at this point in the history
Update wasi-virt to reduce wasm-tools duplication
  • Loading branch information
kateinoigakukun authored Jul 3, 2024
2 parents c3cb3fe + c25f567 commit 990ae30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 92 deletions.
98 changes: 7 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/ruby_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ wasi-vfs-cli = { git = "https://github.com/kateinoigakukun/wasi-vfs/", tag = "0.
structopt = "0.3.26"
wit-component = "0.212.0"
wasm-compose = "0.212.0"
wasi-virt = { git = "https://github.com/bytecodealliance/wasi-virt", rev = "02de7b495eba3f1bf786bf17cf2236b7277be7b0", default-features = false }
wasi-virt = { git = "https://github.com/bytecodealliance/wasi-virt", rev = "dadd131d8cf8ed1ed4265e96350f5f166e27a339", default-features = false }

0 comments on commit 990ae30

Please sign in to comment.