[AskHN] Anyone working on an ASIC for a JavaScript engine?
Javascript runs everywhere, and all the time. Curious if something is trying to build a JS engine in an ASIC (Application specific Integrated Circuit)?f
Might be pretty useful in large data centers.
3 comments
[ 4.8 ms ] story [ 20.3 ms ] threadTypically, you don't run a general code engine on an ASIC. They're more for a specific application, where it can do the job it was hard designed for, which is why they're so fast and efficient
https://developer.arm.com/documentation/dui0801/h/A64-Floati...