1// Enable no_std for the bindings module 2#![no_std] 3#![deny(warnings)] 4 5pub mod bindings; 6 7#[cfg(feature = "wit")] 8pub mod base_sys_wit;