-
This is a follow-up on #340 Many modern "edge function" providers (Cloudflare Workers, Deno Deploy, Vercel Edge Functions...) allow hosting server-side code very cheaply, but at one condition: it has to be compiled to wasm (or written in js). This makes wasm a very attractive compilation target for web server authors. As a maintainer of SQLPage, for instance, I'd love to be able to distribute it as a wasm binary. Wasm compatibility would also allow running server-side request handling code directly on the client, which would open many interesting use cases, such as serving some requests directly as service workers. Making wasm and wasi officially supported target would but actix web on par with other rust web frameworks such as axum. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have no capacity to look into this. As I said in that linked issue:
|
Beta Was this translation helpful? Give feedback.
I have no capacity to look into this. As I said in that linked issue: