Hacker News new | ask | show | jobs
by davidmurdoch 868 days ago
How large is WASM? and how convoluted are the implementations and the integrations now?
1 comments

Ballparking it based on the relative LOC of v8/src and v8/src/wasm, about 8%. That's for everything WASM though, not just the SIMD support, and it's a fully optimized and production-ready implementation.