Hacker News new | ask | show | jobs
by austin-cheney 334 days ago
The biggest problem solved by WASM is runtime portability. For security reasons many users and organizations will not download or install untrusted binaries. WASM provides a safer alternative in an often temporary way. The universal nature is an unintended byproduct of a naive sandbox, though still wonderful.
1 comments

Why would WASM be any less secure than JavaScript?
It's not, they're saying it's a safer alternative to traditional binaries