Hacker News new | ask | show | jobs
by bcoates 355 days ago
What's WASM adding here? Without that you're just describing an ordinary SPA+CDN
2 comments

WASM adds the ability to run a local copy of SQLite (or even PostgreSQL) entirely in the browser.
The ability to port existing apps to serverless. See for example Wordpress in WASM.