diff --git a/.gitmodules b/.gitmodules index b56c49e..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "vendor/wasmtime"] - path = vendor/wasmtime - url = https://github.com/bytecodealliance/wasmtime diff --git a/Cargo.toml b/Cargo.toml index ddfdda2..de0898e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,12 @@ path = "src/lib.rs" clap = { version = "^3.0.14", features = ["derive"] } codespan = "0.11.1" codespan-reporting = "0.11.1" -cranelift-codegen = { path = "vendor/wasmtime/cranelift/codegen" } -cranelift-jit = { path = "vendor/wasmtime/cranelift/jit" } -cranelift-frontend = { path = "vendor/wasmtime/cranelift/frontend" } -cranelift-module = { path = "vendor/wasmtime/cranelift/module" } -cranelift-native = { path = "vendor/wasmtime/cranelift/native" } -cranelift-object = { path = "vendor/wasmtime/cranelift/object" } +cranelift-codegen = "0.94.0" +cranelift-jit = "0.94.0" +cranelift-frontend = "0.94.0" +cranelift-module = "0.94.0" +cranelift-native = "0.94.0" +cranelift-object = "0.94.0" internment = { version = "0.7.0", default-features = false, features = ["arc"] } lalrpop-util = "^0.19.7" lazy_static = "^1.4.0" diff --git a/vendor/wasmtime b/vendor/wasmtime deleted file mode 160000 index b485e86..0000000 --- a/vendor/wasmtime +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b485e86f5c865d966dd256b6a7a4b57fc6cda304