Replies: 2 comments
-
As described in Issue #304, in the WebAssembly version Reading console input does not work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@federicovilla55 Right, Thank you for the answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
During some tests, I decided to use the web version of Ripes to see the flow of my code and I realized that the input wasn't working. I thought it might be something in my code, so I used consoleReading.c, but without success.
![image](https://private-user-images.githubusercontent.com/85000470/316307019-a8d2cbe7-67b0-4816-b7b3-6a31bb7efe40.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODQyMjIsIm5iZiI6MTczOTE4MzkyMiwicGF0aCI6Ii84NTAwMDQ3MC8zMTYzMDcwMTktYThkMmNiZTctNjdiMC00ODE2LWI3YjMtNmEzMWJiN2VmZTQwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEwMzg0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYzMzEzNjY3YWZkYjkzODc2ZmY2ZjgyYTZlMzU4MjEwOWJlZGUwMzA1NTU2NmNjZjBkMDY5MTk5MjRkZWE3NTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9FmwzvcYWWUVGvEC-XeR-nXtCyOK9IRh_dYajT1UVu8)
I type the number 2, but it doesn't recognize it either and waits "infinitely" for user input
Beta Was this translation helpful? Give feedback.
All reactions