Skip to content

Commit 1025883

Browse files
Fix missing dylink.0 issue
1 parent 9d50539 commit 1025883

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 10 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
@@ -14,4 +14,4 @@ magnus = "0.6.2"
1414
wizer = "4.0.0"
1515
wasi-vfs-cli = { git = "https://github.com/kateinoigakukun/wasi-vfs/", tag = "0.5.2" }
1616
structopt = "0.3.26"
17-
wit-component = "0.202.0"
17+
wit-component = { git = "https://github.com/bytecodealliance/wasm-tools", rev = "refs/pull/1490/head" }

0 commit comments

Comments
 (0)