1 2 3 4 5 6 7
#[cfg(not(target_arch = "wasm32"))] extern crate napi_build; fn main() { #[cfg(not(target_arch = "wasm32"))] napi_build::setup(); }