mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Update to a newer inkwell.
This commit is contained in:
@@ -24,14 +24,14 @@ rayon = "1.3"
|
||||
[target.'cfg(target_arch = "x86_64")'.dependencies.inkwell]
|
||||
#version = "0.1.0-llvm8sample"
|
||||
git = "https://github.com/theDan64/inkwell"
|
||||
rev = "1bfecc0a095d7ffdfa20a64630864f0297349508"
|
||||
rev = "fdf895777e937c974204e879cf1102cf7a727c42"
|
||||
default-features = false
|
||||
features = ["llvm10-0", "target-x86"]
|
||||
|
||||
[target.'cfg(target_arch = "aarch64")'.dependencies.inkwell]
|
||||
#version = "0.1.0-llvm8sample"
|
||||
git = "https://github.com/theDan64/inkwell"
|
||||
rev = "1bfecc0a095d7ffdfa20a64630864f0297349508"
|
||||
rev = "fdf895777e937c974204e879cf1102cf7a727c42"
|
||||
default-features = false
|
||||
features = ["llvm10-0", "target-aarch64"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user