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" }
24
24
profiler_builtins = { path = " ../libprofiler_builtins" , optional = true }
25
25
unwind = { path = " ../libunwind" }
26
26
hashbrown = { version = " 0.5.0" , features = [' rustc-dep-of-std' ] }
27
- wasi = { version = " 0.7.0" , features = [' rustc-dep-of-std' , ' alloc' ] }
28
27
29
28
[dependencies .backtrace ]
30
29
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
57
fortanix-sgx-abi = { version = " 0.3.2" , features = [' rustc-dep-of-std' ] }
59
58
59
+ [target .wasm32-wasi .dependencies ]
60
+ wasi = { version = " 0.7.0" , features = [' rustc-dep-of-std' , ' alloc' ] }
61
+
60
62
[build-dependencies ]
61
63
cc = " 1.0"
62
64
You can’t perform that action at this time.
0 commit comments