Upstream cranelift now works fine. Yay!
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "vendor/wasmtime"]
|
|
||||||
path = vendor/wasmtime
|
|
||||||
url = https://github.com/bytecodealliance/wasmtime
|
|
||||||
|
|||||||
12
Cargo.toml
12
Cargo.toml
@@ -12,12 +12,12 @@ path = "src/lib.rs"
|
|||||||
clap = { version = "^3.0.14", features = ["derive"] }
|
clap = { version = "^3.0.14", features = ["derive"] }
|
||||||
codespan = "0.11.1"
|
codespan = "0.11.1"
|
||||||
codespan-reporting = "0.11.1"
|
codespan-reporting = "0.11.1"
|
||||||
cranelift-codegen = { path = "vendor/wasmtime/cranelift/codegen" }
|
cranelift-codegen = "0.94.0"
|
||||||
cranelift-jit = { path = "vendor/wasmtime/cranelift/jit" }
|
cranelift-jit = "0.94.0"
|
||||||
cranelift-frontend = { path = "vendor/wasmtime/cranelift/frontend" }
|
cranelift-frontend = "0.94.0"
|
||||||
cranelift-module = { path = "vendor/wasmtime/cranelift/module" }
|
cranelift-module = "0.94.0"
|
||||||
cranelift-native = { path = "vendor/wasmtime/cranelift/native" }
|
cranelift-native = "0.94.0"
|
||||||
cranelift-object = { path = "vendor/wasmtime/cranelift/object" }
|
cranelift-object = "0.94.0"
|
||||||
internment = { version = "0.7.0", default-features = false, features = ["arc"] }
|
internment = { version = "0.7.0", default-features = false, features = ["arc"] }
|
||||||
lalrpop-util = "^0.19.7"
|
lalrpop-util = "^0.19.7"
|
||||||
lazy_static = "^1.4.0"
|
lazy_static = "^1.4.0"
|
||||||
|
|||||||
1
vendor/wasmtime
vendored
1
vendor/wasmtime
vendored
Submodule vendor/wasmtime deleted from b485e86f5c
Reference in New Issue
Block a user