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 Feb 22, 2024. It is now read-only.
This is a weird error, so I'm opening it sooner rather than later, even with very little info.
Stumbled across this while trying to decode a header value, and it turns out that sometimes trying to Console.log (or Console.write) a string panics.
I haven't tested this outside of the current project, which is why I'm not opening this issue in as-wasi yet.
This is a weird error, so I'm opening it sooner rather than later, even with very little info.
Stumbled across this while trying to decode a header value, and it turns out that sometimes trying to
Console.log
(orConsole.write
) a string panics.I haven't tested this outside of the current project, which is why I'm not opening this issue in
as-wasi
yet.In short:
The weird part is that
Console.log("value" + y);
will run successfully.However, the result is that trying to just print a header value simply panics in my WIP branch.
I'll try to reproduce this and update the issue.
The text was updated successfully, but these errors were encountered: