Skip to content

Commit

Permalink
Try #836:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Sep 26, 2019
2 parents c52c44a + c69cdec commit 3f52b36
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 52 deletions.
94 changes: 51 additions & 43 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions lib/clif-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ readme = "README.md"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
cranelift-native = "0.43.1"
cranelift-codegen = "0.43.1"
cranelift-entity = "0.43.1"
cranelift-frontend = { package = "wasmer-clif-fork-frontend", version = "0.43.1" }
cranelift-wasm = { package = "wasmer-clif-fork-wasm", version = "0.43.1" }
cranelift-native = { git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-codegen = { git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-entity = { git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-frontend = { package = "wasmer-clif-fork-frontend", git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
cranelift-wasm = { package = "wasmer-clif-fork-wasm", git = "https://github.com/wasmerio/cranelift", branch = "wasmer-publish-new", version = "0.44.0" }
target-lexicon = "0.8.1"
wasmparser = "0.37.0"
wasmparser = "0.39.1"
byteorder = "1.3.2"
nix = "0.15.0"
libc = "0.2.60"
Expand Down
2 changes: 1 addition & 1 deletion lib/llvm-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = "0.37.0"
wasmparser = "0.39.1"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"
Expand Down
2 changes: 1 addition & 1 deletion lib/runtime-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
nix = "0.15"
page_size = "0.4"
wasmparser = "0.37.0"
wasmparser = "0.39.1"
parking_lot = "0.9"
lazy_static = "1.4"
errno = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/singlepass-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = "0.37.0"
wasmparser = "0.39.1"
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.4"
Expand Down

0 comments on commit 3f52b36

Please sign in to comment.