Skip to content

Commit

Permalink
Merge pull request #4138 from wasmerio/deps
Browse files Browse the repository at this point in the history
Upgrade wasmer-wasix to the newest version of wasm-bindgen
  • Loading branch information
Michael Bryan authored Aug 9, 2023
2 parents 7602de3 + 30fbbc2 commit 7378118
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 30 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

25 changes: 12 additions & 13 deletions lib/wasi-web/Cargo.lock

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

6 changes: 1 addition & 5 deletions lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ tower = { version = "0.4.13", features = ["make", "util"], optional = true }
url = "2.3.1"
petgraph = "0.6.3"
rayon = { version = "1.7.0", optional = true }
wasm-bindgen = { version = "0.2.87", optional = true }

[target.'cfg(not(target_arch = "riscv64"))'.dependencies.reqwest]
version = "0.11"
Expand All @@ -89,11 +90,6 @@ termios = { version = "0.3" }
[target.'cfg(windows)'.dependencies]
winapi = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: Currently the wasm-bindgen version is pinned to < 0.2.85 because 0.2.85
# causes a build failure.
wasm-bindgen = ">= 0.2.74, < 0.2.85"

[dev-dependencies]
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module"] }
tokio = { version = "1", features = [ "sync", "macros", "rt" ], default_features = false }
Expand Down

0 comments on commit 7378118

Please sign in to comment.