|
|
|
|
|
by MobiusHorizons
1358 days ago
|
|
What is the actual problem this is trying to solve? Are there programming languages it was previously hard to write web apps in? Do people not like setting up nginx? From my understanding the benefit of wasm on the server side is generally that you get the sandboxing inherent in the VM. Why would you want that in the context of Apache? Are people planning on running untrusted code? If mod_wasm is designed to address any of those issues (which are touched on only briefly in the article), it would be nice for it to describe how using wasm improves over other techniques one might use to solve those problems like using containers or VMs for encapsulating the execution environment. |
|
I think this has a bright future ahead:
* wasm has a lot of traction, just yesterday I wrote a first test on deploying wasm to cloudflare workers (the latency when the deployed function was really low)
* apache httpd is still one of the most used http servers in the wild
So, I think it's just a natural fit.
wasm will be huge, btw, if you haven't noticed that you haven't been paying attention.