Use my fork of wasmtime temporarily

This commit is contained in:
Max Brunsfeld 2022-10-24 15:52:25 -07:00
parent 98ccfcffb0
commit 7eb3e504db

View file

@ -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"