mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.52k stars 270 forks source link

WASM: Reading console input does not work #304

Open mortbopet opened 11 months ago

mortbopet commented 11 months ago

On https://ripes.me/ - to reproduce, run the ConsoleReading.s example and Run the processor. Once prompted in the console, and the user types characters into the console, pressing Enter does not return control to the processor. The user is still able to pause running by reclicking Run, so not a critical error.

paramsiddharth commented 10 months ago

Hi @mortbopet, just wanted to ask, is this issue planned to be fixed anytime soon?

mortbopet commented 10 months ago

Not as far as I know - so it's free to be picked up in case you want to look into it!