Skip to content

Commit

Permalink
add cranelift as submodule to clif-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Jul 9, 2019
1 parent 6d494a2 commit 4612b2b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 34 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "wapm-cli"]
path = wapm-cli
url = https://github.com/wasmerio/wapm-cli.git
[submodule "lib/clif-backend/cranelift"]
path = lib/clif-backend/cranelift
url = https://github.com/wasmerio/cranelift
branch = wasmer
64 changes: 35 additions & 29 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions lib/clif-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ edition = "2018"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.4" }
cranelift-native = { git = "https://github.com/wasmerio/cranelift.git", rev = "2ada531d79b34a9e6c94c81f2615677e22d68780" }
cranelift-codegen = { git = "https://github.com/wasmerio/cranelift.git", rev = "2ada531d79b34a9e6c94c81f2615677e22d68780" }
cranelift-entity = { git = "https://github.com/wasmerio/cranelift.git", rev = "2ada531d79b34a9e6c94c81f2615677e22d68780" }
cranelift-frontend = { git = "https://github.com/wasmerio/cranelift.git", rev = "2ada531d79b34a9e6c94c81f2615677e22d68780" }
cranelift-wasm = { git = "https://github.com/wasmerio/cranelift.git", rev = "2ada531d79b34a9e6c94c81f2615677e22d68780" }
cranelift-native = { path = "cranelift/cranelift-native", version = "0.31" }
cranelift-codegen = { path = "cranelift/cranelift-codegen", version = "0.31" }
cranelift-entity = { path = "cranelift/cranelift-entity", version = "0.31" }
cranelift-frontend = { path = "cranelift/cranelift-frontend", version = "0.31" }
cranelift-wasm = { path = "cranelift/cranelift-wasm", version = "0.31" }
hashbrown = "0.1"
target-lexicon = "0.4.0"
wasmparser = "0.32.1"
Expand Down
1 change: 1 addition & 0 deletions lib/clif-backend/cranelift
Submodule cranelift added at 19b19f

0 comments on commit 4612b2b

Please sign in to comment.