1 2 3 4 5 6 7 8
wit_bindgen::generate!({ generate_all, }); type Component = (); #[cfg(not(target_os = "linux"))] export!(Component);