Hi, I have uploaded a WebAssembly version of my 8-bit emulator, next to the asm.js version. Might be useful for testing WASM vs asm.js (behaviour should be exactly the same):
http://floooh.github.io/virtualkc/index_wasm.html It needs Chrome Canary or Firefox Nightly and WASM enabled, there is no error handling yet, if something goes wrong, just a blank page will show (check the JS console to see the error messages), otherwise a KC85/3 should boot up (white text on blue background). Click on the small 'UI' button or press Tab to show the overlay UI, you can boot into different computer systems there (most of the interesting East German Z80 homecomputers, plus ZX Spectrum and some CPC models). The asm.js version for comparison is here: http://floooh.github.io/virtualkc/index.html Enjoy! :) -Floh. PS: I noticed yesterday that some older NVIDIA cards currently fall back to the WebGL software renderer. If the emulator is very slow it's most likely this. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
