Hacker News new | ask | show | jobs
by dboreham 1146 days ago
WASM in the browsers doesn't seem to have the full force of support from the browser vendors.
1 comments

How so? WASM is supported in every non-deprecated browser: https://caniuse.com/wasm

Also, this was an implementation bug, not a WASM bug. WASM specifies an execution environment; what developers do in it is entirely up to them (and the vendors of the libraries they use).