executor: add support for main/task macros in stable (allocates tasks in an arena)
This commit is contained in:
@ -8,7 +8,6 @@ mod thread {
|
||||
|
||||
use core::marker::PhantomData;
|
||||
|
||||
#[cfg(feature = "nightly")]
|
||||
pub use embassy_macros::main_wasm as main;
|
||||
use js_sys::Promise;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
Reference in New Issue
Block a user