Pat Hickey

Results 236 comments of Pat Hickey

This looks exactly like what I was thinking, thanks. Fwiw, since we had this conversation I embarked on a rewrite of wasi-common on top of https://github.com/bytecodealliance/system-interface that has a similar...

Thanks for investigating how everything will work in the wasi-c2 paradigm. It is very validating to hear that it is working for you :). Bi-directional channels should be implementable as...

Hi, thanks for opening this issue. We've been aware of this for a while and haven't made it a priority. Lucet requires a little more work than wasmtime to use...

Hi @kanaka, thanks for the report. This is a known bug - we don't support import globals, or the use of globals in init expressions yet. We didn't prioritize implementing...

There is no way around this restriction at the moment, and we are not planning to work on one. Lucet is in the process of transitioning all of its unique...

I'm frustrated that `rustfmt`'s behavior changes over time, and that our current install of it isn't on stable (because we decided to wait for 1.34.1). Frank's recommendations for clippy use...

This PR was closed as a byproduct of deleting the branch named `master`. If this is still an active PR, re-open as a new PR against `main`.

This PR was closed as a byproduct of deleting the branch named `master`. If this is still an active PR, re-open as a new PR against `main`.

This PR was closed as a byproduct of deleting the branch named `master`. If this is still an active PR, re-open as a new PR against `main`.

We also think it is important to support CPU-limited sandboxing :) @tyler is working on #150 and we've got some napkin-sketch design ideas about how to instrument the generated code...