Use my fork of wasmtime temporarily
This commit is contained in:
parent
98ccfcffb0
commit
7eb3e504db
1 changed files with 2 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue