We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28320b5 commit 76fdc83Copy full SHA for 76fdc83
Cargo.toml
@@ -66,9 +66,6 @@ teavm-java = ['dep:wit-bindgen-gen-guest-teavm-java']
66
67
[dev-dependencies]
68
heck = { workspace = true }
69
-wasmtime = { version = "7.0.0", features = ['component-model'] }
+wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime', features = ['component-model'] }
70
test-artifacts = { path = 'crates/test-rust-wasm/artifacts' }
71
wit-parser = { workspace = true }
72
-
73
-[patch.crates-io]
74
-wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime' }
0 commit comments