diff options
| author | Dániel Buga <[email protected]> | 2023-08-14 08:22:22 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-08-14 08:22:22 +0200 |
| commit | ec6bd27df6101bc5f77fa4eace0e8963970231ad (patch) | |
| tree | ecbee40838f3300b1419c855d5e8ec3f17e4ef48 /embassy-executor/src/arch/wasm.rs | |
| parent | 6ab0d71d9246cdc65f392212d03d639a51d21098 (diff) | |
Remove thread-context feature
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")] |
