by jen_h on 10/26/22, 9:56 PM with 13 comments
by RandomWorker on 10/26/22, 10:44 PM
The update at the bottom is kind of interesting. All browsers are equally fast, which makes sense because wasm should speak directly to the hardware more easily than javascript.
by flohofwoe on 10/27/22, 7:21 AM
When looking at emulator benchmarks it's always important to also look at how the emulator has been implemented, and what compromises an emulator might make to balance between performance, accuracy and "design purity" (e.g. the cycle-stepping CPU model isn't all that useful in practice, except that it is 'more pure' and interesting from an emulator-design point-of-view). In comparison to those implementation differences, the performance difference between WASM and JS should be mostly negligible.
by metadat on 10/26/22, 9:58 PM
http://8bitworkshop.com/docs/_images/js-vs-wasm-1.jpg
Inhumanly abstract, yet intriguing.
by SevenNation on 10/26/22, 9:59 PM
No link in the article, and I wasn't able to find a public project that tries to do this. Is there?
by abdullah2993 on 10/27/22, 5:30 AM