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
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-wasiyet.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.