We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd203a commit 0662fcfCopy full SHA for 0662fcf
src/libstd/Cargo.toml
@@ -24,7 +24,6 @@ compiler_builtins = { version = "0.1.16" }
24
profiler_builtins = { path = "../libprofiler_builtins", optional = true }
25
unwind = { path = "../libunwind" }
26
hashbrown = { version = "0.5.0", features = ['rustc-dep-of-std'] }
27
-wasi = { version = "0.7.0", features = ['rustc-dep-of-std', 'alloc'] }
28
29
[dependencies.backtrace]
30
version = "0.3.35"
@@ -57,6 +56,9 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
57
56
[target.x86_64-fortanix-unknown-sgx.dependencies]
58
fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
59
+[target.wasm32-wasi.dependencies]
60
+wasi = { version = "0.7.0", features = ['rustc-dep-of-std', 'alloc'] }
61
+
62
[build-dependencies]
63
cc = "1.0"
64
0 commit comments