Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hardware implementations of WebAssembly

I have been poking around some websites, and discovered WebAssembly, and was intrigued by the fact that, to be implemented, a virtual machine is created, along with instruction sets.

Is it theoretically possible to make a WebAssembly implementation in hardware? Does the vm lack any capabilities that could not be solved by external functions?

like image 764
JSONMagic Avatar asked Sep 12 '25 03:09

JSONMagic


1 Answers

Theoretically yes, and someone started to develop an initial implementation for an FPGA called WASM Metal but I believe has since been abandoned. Notably, folks like Brendan Eich are skeptical of the utility of it.

like image 96
jonathanberi Avatar answered Sep 16 '25 08:09

jonathanberi