You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,7 +505,7 @@ please [take a look](https://www.cloudflare.com/careers/).
505
505
1. Can I deploy a Worker that uses `tokio` or `async_std` runtimes?
506
506
507
507
- Currently no. All crates in your Worker project must compile to `wasm32-unknown-unknown` target,
508
-
which is more limited in some ways than targets for x86 and ARM64.
508
+
which is more limited in some ways than targets for x86 and ARM64. However, you should still be able to use runtime-agnostic primitives from those crates such as those from [tokio::sync](https://docs.rs/tokio/latest/tokio/sync/index.html#runtime-compatibility).
0 commit comments