Pat Hickey

Results 236 comments of Pat Hickey

I agree we should tag everything with pre-1.0 semver at this time. We can use git tags and GitHub releases to publish those for now, and add a registry publish...

I've made this an agenda item to discuss at this week's WASI meeting: https://github.com/WebAssembly/meetings/pull/1309

I made this presentation: https://github.com/WebAssembly/meetings/blob/main/wasi/2023/WASI-06-29.md#pat-versioning-of-pre-release-proposal-wits and I will be adding it to the WASI repo documents soon.

Is the request id unknown the only possible error here? If so, we can make these fallible for now, but once we have resources, the request will be guaranteed to...

Hi, good question! The answer right now is I cannot make any promises, but we'll consider it seriously after we get this landed in wasmtime. We have so far avoided...

You need to update your adapter along with the host crate - the interface between those two pieces just changed

Re relying on initialization happening in an `_init` for reactors - is this something the component model will support natively, i.e. this is run as part of instantiation of a...

Alex corrected my understanding of this issue - even if we can separate allocation from the adapter and libc, we would still run into this issue because libc is calling...

How plausible is it to change wasi-libc just not call any import functions in its constructors? (Edit: I read all of Dan's comments throughout wasi-libc on environment initialization and read...

> Can you describe more what "handle the ctor/dtor wrappers with the preview2 adapter" means? >> I outlined it in my earlier comment: https://github.com/bytecodealliance/preview2-prototyping/issues/97#issuecomment-1448583742 I don't understand how this approach...