Skip to content

Commit

Permalink
Merge pull request #752 from andreiltd/switch-wasmer-to-crates-io
Browse files Browse the repository at this point in the history
Switch to wasmer from crates.io
  • Loading branch information
jprendes authored Nov 25, 2024
2 parents fc93b49 + 621b443 commit bf90c5c
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 52 deletions.
115 changes: 67 additions & 48 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions crates/containerd-shim-wasmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ containerd-shim-wasm = { workspace = true }
log = { workspace = true }
tokio = { workspace = true }

# This commit relaxes requirement for `wat` dependency and allows us using v5.0.1 of wasmer in
# this project. We should switch back to crates.io when v5.0.2 is released.
wasmer = { git = "https://github.com/wasmerio/wasmer.git", rev = "82f4f038923f9d26f5619bf05ae2ae8143c75837" }
wasmer-wasix = { git = "https://github.com/wasmerio/wasmer.git", rev = "82f4f038923f9d26f5619bf05ae2ae8143c75837" }
wasmer = "5.0.2"
wasmer-wasix = "0.32"
mio = { version = "1", features = ["net"] }

[dev-dependencies]
Expand Down

0 comments on commit bf90c5c

Please sign in to comment.