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