wasm: support rt-multi-thread with wasm32-wasi-preview1-threads (#6510)

This commit is contained in:
LongYinan
2024-04-24 09:45:54 +02:00
committed by GitHub
parent a73d6bf33a
commit 9ed595767d
14 changed files with 127 additions and 125 deletions
-2
View File
@@ -2,9 +2,7 @@
#[cfg(tokio_unstable)]
mod join_map;
#[cfg(not(target_os = "wasi"))]
mod spawn_pinned;
#[cfg(not(target_os = "wasi"))]
pub use spawn_pinned::LocalPoolHandle;
#[cfg(tokio_unstable)]