mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Use the inkwell package on crates.io!!
This commit is contained in:
parent
5bd6b161d5
commit
5b7a06c07b
975
Cargo.lock
generated
975
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -18,14 +18,12 @@ libc = "0.2.60"
|
||||
byteorder = "1"
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dependencies.inkwell]
|
||||
git = "https://github.com/TheDan64/inkwell"
|
||||
rev = "5610ee7e1fea4f177d1cd70516a988df286975d8"
|
||||
version = "0.1.0-llvm8sample"
|
||||
default-features = false
|
||||
features = ["llvm8-0", "target-x86"]
|
||||
|
||||
[target.'cfg(target_arch = "aarch64")'.dependencies.inkwell]
|
||||
git = "https://github.com/TheDan64/inkwell"
|
||||
rev = "5610ee7e1fea4f177d1cd70516a988df286975d8"
|
||||
version = "0.1.0-llvm8sample"
|
||||
default-features = false
|
||||
features = ["llvm8-0", "target-aarch64"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user