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 c1739da commit 5f892a8Copy full SHA for 5f892a8
xtask/src/main.rs
@@ -1,3 +1,5 @@
1
+#![cfg(not(target_arch = "wasm32"))]
2
+
3
use anyhow::{Context, Result};
4
use clap::{Parser, ValueEnum};
5
use std::env;
0 commit comments