1// Enable no_std for the bindings module 2#![no_std] 3#![cfg_attr(target_family = "wasm", feature(linkage))] 4#![deny(warnings)] 5 6pub mod bindings;