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 700c428 commit 6798db6Copy full SHA for 6798db6
Cargo.toml
@@ -170,15 +170,14 @@ walkdir = "2"
170
wasi-common-preview1 = { version = "32.0.0", package = "wasi-common", features = [
171
"tokio",
172
] }
173
+wasm-encoder = "0.229"
174
+wasm-metadata = "0.229"
175
wasm-pkg-client = "0.10"
176
wasm-pkg-common = "0.10"
177
+wasmparser = "0.229"
178
wasmtime = "32.0.0"
179
wasmtime-wasi = "32.0.0"
180
wasmtime-wasi-http = "32.0.0"
-
-wasm-encoder = "0.229"
-wasm-metadata = "0.229"
181
-wasmparser = "0.229"
182
wit-component = "0.229"
183
wit-parser = "0.229"
184
0 commit comments