mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 22:54:49 +01:00
ci: fix: wasm build
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#[cfg(all(target_arch = "wasm32", feature = "blocking"))]
|
||||
compile_error!("`blocking` feature can't be enabled for WASM targets");
|
||||
|
||||
#[cfg(feature = "blocking")]
|
||||
use once_cell::sync::Lazy;
|
||||
#[cfg(feature = "blocking")]
|
||||
|
||||
Reference in New Issue
Block a user