add compile error
This commit is contained in:
parent
afa9326c81
commit
04a69f9e1d
@ -28,6 +28,9 @@ mod tests;
|
||||
|
||||
cfg_if! {
|
||||
if #[cfg(feature = "multicore")] {
|
||||
#[cfg(feature = "wasm")]
|
||||
compile_error!("Multicore feature is not yet compatible with wasm target arch");
|
||||
|
||||
mod multicore;
|
||||
mod worker {
|
||||
pub use crate::multicore::*;
|
||||
|
Loading…
Reference in New Issue
Block a user