We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec8c07 commit 541110fCopy full SHA for 541110f
build.rs
@@ -0,0 +1,9 @@
1
+use cfg_aliases::cfg_aliases;
2
+
3
+fn main() {
4
+ // Setup cfg aliases
5
+ cfg_aliases! {
6
+ // Convenience aliases
7
+ wasm_browser: { all(target_family = "wasm", target_os = "unknown") },
8
+ }
9
+}
0 commit comments