#[cfg(not(target_arch = "wasm32"))]
pub use noweb::run_multithreaded;
#[cfg(not(target_arch = "wasm32"))]
pub use noweb::ReqwestOffscreenKernelEnvironment;
#[cfg(not(target_arch = "wasm32"))]
mod noweb;
pub mod http_client {
#[cfg(not(target_arch = "wasm32"))]
pub use super::noweb::http_client::*;
}
pub mod scheduler {
#[cfg(not(target_arch = "wasm32"))]
pub use super::noweb::scheduler::*;
}
pub mod trace {
#[cfg(not(target_arch = "wasm32"))]
pub use super::noweb::trace::*;
}
pub const MIN_WEBGL_BUFFER_SIZE: u64 = 32;