From 662e95472026dccd3e88b99d674eecb1c7baa4ee Mon Sep 17 00:00:00 2001 From: Adam Wick Date: Fri, 24 Mar 2023 11:07:11 -0500 Subject: [PATCH] Upstream cranelift now works fine. Yay! --- .gitmodules | 3 --- Cargo.toml | 12 ++++++------ vendor/wasmtime | 1 - 3 files changed, 6 insertions(+), 10 deletions(-) delete mode 160000 vendor/wasmtime 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