mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-22 13:11:32 +00:00
Use the inkwell package on crates.io!!
This commit is contained in:
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"]
|
||||
|
||||
|
Reference in New Issue
Block a user