WebAssembly brings SIMD support to the Web. What is it?
@dptig and @tlively52 explain and demonstrate how to use it to run native code on the Web even faster!
https://v8.dev/features/simd
(This feature is currently experimental and available under a flag.)
This is a very welcome addition. It would also be nice to be able to use the GPU directly from the same C++ code, like the way C++ AMP does, but I'm not holding my breath waiting for that one.