As a software architect, I hate serverless. Not because it doesn't work, but because it forces design constraints that cripple your application. Here's why always-on servers matter.
Considering how important WASM is, I haven’t seen a single application of it.
WASM on the server seems especially weird since it’s not much more than a bytecode interpreter. At that point you could just use a JVM, maybe with some more cut-down API to make it more sandboxed.
Considering how important WASM is, I haven’t seen a single application of it.
WASM on the server seems especially weird since it’s not much more than a bytecode interpreter. At that point you could just use a JVM, maybe with some more cut-down API to make it more sandboxed.