aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/arch/wasm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor/src/arch/wasm.rs')
-rw-r--r--embassy-executor/src/arch/wasm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/src/arch/wasm.rs b/embassy-executor/src/arch/wasm.rs
index 3faa92575..f9d0f935c 100644
--- a/embassy-executor/src/arch/wasm.rs
+++ b/embassy-executor/src/arch/wasm.rs
@@ -8,7 +8,7 @@ mod thread {
8 8
9 use core::marker::PhantomData; 9 use core::marker::PhantomData;
10 10
11 pub use embassy_macros::main_wasm as main; 11 pub use embassy_executor_macros::main_wasm as main;
12 use js_sys::Promise; 12 use js_sys::Promise;
13 use wasm_bindgen::prelude::*; 13 use wasm_bindgen::prelude::*;
14 14