Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit ea90771

Browse files
committed
executor: Switch dependency from fork to official wasmtime repo.
1 parent 5f17b08 commit ea90771

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/executor/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ cranelift-entity = { version = "0.46.1", optional = true }
2828
cranelift-frontend = { version = "0.46.1", optional = true }
2929
cranelift-native = { version = "0.46.1", optional = true }
3030
cranelift-wasm = { version = "0.46.1", optional = true }
31-
wasmtime-environ = { version = "0.2", optional = true, git = "https://github.com/jimpo/wasmtime.git", branch = "context-compile" }
32-
wasmtime-jit = { version = "0.2", optional = true, git = "https://github.com/jimpo/wasmtime.git", branch = "context-compile" }
33-
wasmtime-runtime = { version = "0.2", optional = true, git = "https://github.com/jimpo/wasmtime.git", branch = "context-compile" }
31+
wasmtime-environ = { version = "0.2", optional = true, git = "https://github.com/CraneStation/wasmtime.git", rev = "71dd73d6" }
32+
wasmtime-jit = { version = "0.2", optional = true, git = "https://github.com/CraneStation/wasmtime.git", rev = "71dd73d6" }
33+
wasmtime-runtime = { version = "0.2", optional = true, git = "https://github.com/CraneStation/wasmtime.git", rev = "71dd73d6" }
3434

3535
[dev-dependencies]
3636
assert_matches = "1.3.0"

0 commit comments

Comments
 (0)