lastmjs / wasm-metal

A bare metal physical implementation of WebAssembly. That's right, a WebAssembly CPU.
MIT License
360 stars 9 forks source link

What execution units do we need? #4

Open lastmjs opened 6 years ago

lastmjs commented 6 years ago

Right now I can only think of registers, memory locations, and the ALU. Are there other execution units that we might need? Because Wasm is a stack machine, we might not need much more