1#![deny(unsafe_code)] 2 3#[cfg(not(target_arch = "wasm32"))] 4pub mod adapter; 5pub mod engine; 6pub mod package_format; 7pub mod posix;