Pat Hickey
Pat Hickey
Just to give some context, an important consideration of the name `to-debug-string` is to communicate to the user that this information should just be for debugging purposes. It is not...
Thanks, I didn't have enough JS context to understand that. It is troublesome to select names so that generated code works idiomatically in a given guest or host language or...
File descriptors being passed to poll_list are a thing of the past. It should be impossible to create an error because all Pollable resources are always valid to poll on,...
Easy enough - it will trap, just like every other case of passing an invalid resource. Agreed we can put it in the docs.
Thanks for the bug report. I'm not sure how easy this will be to fix, the component-adapter is a very change resistant bit of software, but I believe our original...
thanks! I made a reproducer as well today but i like yours better. i was going through trying to decode the history of why we didnt always call cabi_realloc directly...
Agreed this is a good idea - please do set it up if you can!
There is probably more information about the error in the Err returned from TcpStream::connect, and other places - you might want to change that program to return Result and use...
There is no defined support for locale this in the wasi-cli proposal, or any Wasi proposal that I am aware of. The wasi-cli environment variables can provide the linux-style `LC_*`...
Awesome! Can you also bump the clocks package version to `0.2.1-draft` as part of this PR?