Skip to content

Commit 1fb2e83

Browse files
committed
[runtime] fix wasm
1 parent 2e18622 commit 1fb2e83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime/src/utils/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ commonware_macros::stability_mod!(BETA, pub mod buffer);
1616
pub mod signal;
1717
#[cfg(not(target_arch = "wasm32"))]
1818
pub(crate) mod thread;
19+
#[cfg(not(target_arch = "wasm32"))]
1920
pub use thread::available_cpus;
2021

2122
mod handle;

0 commit comments

Comments
 (0)