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 7dd681e commit 3a7e605Copy full SHA for 3a7e605
Cargo.toml
@@ -25,7 +25,7 @@ core = { version = "1.0", optional = true, package = "rustc-std-workspace-core"
25
libc = { version = "0.2.64", default-features = false }
26
27
[target.'cfg(target_os = "wasi")'.dependencies]
28
-wasi = "0.9"
+wasi = "0.10"
29
30
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown", cargo_web))'.dependencies]
31
stdweb = { version = "0.4.18", default-features = false, optional = true }
0 commit comments