mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-01 01:21:32 +00:00
Update to published fork version
This commit is contained in:
@ -10,11 +10,11 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
|
||||
cranelift-native = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
|
||||
cranelift-codegen = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
|
||||
cranelift-entity = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
|
||||
cranelift-frontend = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
|
||||
cranelift-wasm = { git = "https://github.com/wasmerio/cranelift", branch = "feature/merge-cranelift-0-43-1" }
|
||||
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" }
|
||||
target-lexicon = "0.8.1"
|
||||
wasmparser = "0.37.0"
|
||||
byteorder = "1.3.2"
|
||||
|
Reference in New Issue
Block a user