forked from able/libwasm
Add #![no_std]
This commit is contained in:
parent
34ac6c711e
commit
5be98e581d
|
@ -8,6 +8,7 @@
|
|||
//! ```text
|
||||
//! RUSTFLAGS='--cfg=ableOS' cargo build --target=wasm32-unknown-unknown
|
||||
//! ```
|
||||
#![no_std]
|
||||
|
||||
#[macro_use]
|
||||
pub mod logger;
|
||||
|
|
Loading…
Reference in a new issue