You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
@jedisct1 ah yes, I think that must have been a copy/paste from the previous line and I forgot to update the fd value. Thanks for looking into it.
For a little context, I'm trying to get the webassembly implementation of mal/make-a-lisp working across several runtimes. I've gotten it running in wasmtime and in my own runtimes (wac and warpy) but this was one of the issues I ran into trying to get it to run under lucet.
@jedisct1 I've built lucet with the change and confirmed that it is fixed for my use case. Now on to the next problem I discovered with mal/make-a-lisp: #158 :-)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This wat code:
In wasmtime this works correctly reading and then printing what the user enters:
In lucet, the first call to fd_read works, but each subsequent call immediately returns and the program loops rapidly printing the prompt:
The text was updated successfully, but these errors were encountered: