File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ compiler_builtins = { version = "0.1.16" }
2424profiler_builtins = { path = " ../libprofiler_builtins" , optional = true }
2525unwind = { path = " ../libunwind" }
2626hashbrown = { version = " 0.5.0" , features = [' rustc-dep-of-std' ] }
27- wasi = { version = " 0.7.0" , features = [' rustc-dep-of-std' , ' alloc' ] }
2827
2928[dependencies .backtrace ]
3029version = " 0.3.35"
@@ -57,6 +56,9 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
5756[target .x86_64-fortanix-unknown-sgx .dependencies ]
5857fortanix-sgx-abi = { version = " 0.3.2" , features = [' rustc-dep-of-std' ] }
5958
59+ [target .wasm32-wasi .dependencies ]
60+ wasi = { version = " 0.7.0" , features = [' rustc-dep-of-std' , ' alloc' ] }
61+
6062[build-dependencies ]
6163cc = " 1.0"
6264
You can’t perform that action at this time.
0 commit comments