From 7eb3e504db63463de255e5ee979ebe35ea48d958 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 24 Oct 2022 15:52:25 -0700 Subject: [PATCH] Use my fork of wasmtime temporarily --- lib/Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 624172cc..668e6041 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -26,10 +26,8 @@ include = [ [dependencies] regex = "1" -# wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", optional = true } -# wasmtime-c-api = { git = "https://github.com/bytecodealliance/wasmtime", optional = true } -wasmtime = { path = "../../wasmtime/crates/wasmtime", optional = true } -wasmtime-c-api = { path = "../../wasmtime/crates/c-api", optional = true } +wasmtime = { git = "https://github.com/maxbrunsfeld/wasmtime", rev = "669e0aaab1181b23fcc4ee6105a2f12cf9db92c3", optional = true } +wasmtime-c-api = { git = "https://github.com/maxbrunsfeld/wasmtime", rev = "669e0aaab1181b23fcc4ee6105a2f12cf9db92c3", optional = true } [build-dependencies] cc = "^1.0.58"