diff options
Diffstat (limited to 'embassy-executor/src/arch/wasm.rs')
| -rw-r--r-- | embassy-executor/src/arch/wasm.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy-executor/src/arch/wasm.rs b/embassy-executor/src/arch/wasm.rs index e244c0b3f..c393722b2 100644 --- a/embassy-executor/src/arch/wasm.rs +++ b/embassy-executor/src/arch/wasm.rs | |||
| @@ -1,9 +1,6 @@ | |||
| 1 | #[cfg(feature = "executor-interrupt")] | 1 | #[cfg(feature = "executor-interrupt")] |
| 2 | compile_error!("`executor-interrupt` is not supported with `arch-wasm`."); | 2 | compile_error!("`executor-interrupt` is not supported with `arch-wasm`."); |
| 3 | 3 | ||
| 4 | #[cfg(not(feature = "thread-context"))] | ||
| 5 | compile_error!("`arch-wasm` requires `thread-context`."); | ||
| 6 | |||
| 7 | #[cfg(feature = "executor-thread")] | 4 | #[cfg(feature = "executor-thread")] |
| 8 | pub use thread::*; | 5 | pub use thread::*; |
| 9 | #[cfg(feature = "executor-thread")] | 6 | #[cfg(feature = "executor-thread")] |
