We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustc-dep-of-std
1 parent 03cc4f7 commit 3661e9dCopy full SHA for 3661e9d
1 file changed
Cargo.toml
@@ -39,7 +39,12 @@ js = ["wasm-bindgen", "js-sys"]
39
# Feature to enable custom RNG implementations
40
custom = []
41
# Unstable feature to support being a libstd dependency
42
-rustc-dep-of-std = ["compiler_builtins", "core"]
+rustc-dep-of-std = [
43
+ "compiler_builtins",
44
+ "core",
45
+ "libc/rustc-dep-of-std",
46
+ "wasi/rustc-dep-of-std",
47
+]
48
# Unstable/test-only feature to run wasm-bindgen tests in a browser
49
test-in-browser = []
50
0 commit comments