Skip to content

Commit

Permalink
Merge branch 'feat-runtime-c-api-instance-context-data' of github.com…
Browse files Browse the repository at this point in the history
…:Hywan/wasmer into feat-runtime-c-api-instance-context-data
  • Loading branch information
Hywan committed Mar 12, 2019
2 parents a390a28 + 7242149 commit 9bcd59a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
50 changes: 24 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/llvm-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.2.1" }
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "llvm7-0" }
inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm7-0" }
wasmparser = "0.28.0"
hashbrown = "0.1.8"
smallvec = "0.6.8"
Expand Down

0 comments on commit 9bcd59a

Please sign in to comment.