Pat Hickey
Pat Hickey
I approve this license change.
Thanks for the report, I took over maintaining and performing releases and it appears the automation for adding the binaries to the releases failed. I will look into it, but...
For what its worth, we believe cargo-component could make things a lot easier for the user, but its been essentially unmaintained around a year now for lack of resources, and...
The prior art for shutdown is in the `wasi-sockets` implementation here: https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasi/src/tcp.rs#L641 Rather than shutdown be a method on a stream, its a method on the parent of the stream,...
My opinion is the goal of this test suite is to clarify the behaviors of wasip1 which aren't in the text of the spec itself, and hashing out those differences...
Oh, thanks, I misread the dates and didn't realize Wasmtime was actually the one to shift right after yall... thats unfortunate! If WasmEdge is willing to change and nobody else...
We will not be upstreaming anything into wasmtime that is not standards-compliant. Adding a 64-bit memory ABI to wasip1 will have to be approved by the WASI subgroup before adding...
This ought to be fixable if we make a unique lexical name for the component type custom section, probably based on the world name.
Thanks for working on this. re 1, I don't see harm in making that change for all cases, but I don't use the cli (I tend to just use the...
Yes, it is unfortunate. Wasi provides exit only because unwinding (via the now [Phase 4](https://github.com/WebAssembly/proposals?tab=readme-ov-file#phase-4---standardize-the-feature-wg) [exception handling proposal](https://github.com/WebAssembly/exception-handling)) was not available at the time that Wasi Preview 0, 1 and...