I'm still very new to Rust and therefore still trying to make sense of a lot of things.
I noticed Axum can now have the Tokio feature disabled, in order to compile it to WebAssembly, and deploy it to something like CloudFlare Workers.
But how does that work exactly, does that mean it's no longer asynchronous?