4 lines
64 B
Rust
4 lines
64 B
Rust
|
pub mod common;
|
||
|
#[cfg(not(target_arch = "wasm32"))]
|
||
|
mod native;
|