Add #![no_std]

master
theoddgarlic 2022-08-02 10:10:09 +00:00
parent 688d5562d3
commit 337bf84d19
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
//! ```text
//! RUSTFLAGS='--cfg=ableOS' cargo build --target=wasm32-unknown-unknown
//! ```
#![no_std]
#[macro_use]
pub mod logger;