Pat Hickey

Results 240 comments of Pat Hickey

Try running wasmtime with `WASMTIME_LOG=wasmtime_wasi=trace` and see if the messages from there are any help

Ok, it looks like the read isnt blocking and instead is failing with ESPIPE, and then wasi-libc doesn't know how to deal with that because wasi-libc doesn't know about FIFOs...

Ah right thats an implementation detail of wasi p1 on p2 that I forgot about, probably because its never been tested on FIFOs. So, for now, FIFOs wont work under...

Rather than the wasmtime repo need to anticipate the files used by editors, could you use a global gitignore on your system to exclude `.vscode`? https://stackoverflow.com/questions/7335420/global-git-ignore

Congratulations and great work @ia3, I'm really proud to see that Wasmtime worked for you in a constrained environment!

@davidkern thanks so much for this work! The design you arrived at does meet my needs: by requiring the `forbid_unsafe` feature in my crate I can make sure, even if...

I agree this would be a valuable feature! This is an issue for the component model spec - it has been discussed https://github.com/WebAssembly/component-model/issues/213 but has not yet been implemented yet.

Thank you for making this change to align us with the Temporal proposal. One aspect I am a little skeptical of is the change of `monotonic-clock.instant` to be named `monotonic-clock.monotonic-clock-point`....

Thanks for looking at the field of choices there. I would be fine with using anything we can reasonably justify as following at least some other existing use of a...

Related: https://github.com/bytecodealliance/cargo-component/pull/356