We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d33f4 commit b76bedaCopy full SHA for b76beda
1 file changed
Cargo.toml
@@ -71,7 +71,7 @@ wasm-bindgen-test = "0.3"
71
# use std to retrieve OS error descriptions
72
std = []
73
# Enable opt-in backends
74
-opt_in = []
+opt_in = ["dep:wasm-bindgen", "dep:js-sys"]
75
# Unstable feature to support being a libstd dependency
76
rustc-dep-of-std = ["dep:compiler_builtins", "dep:core"]
77
0 commit comments