Pat Hickey
Pat Hickey
Lucet should be able to protect against some classes of attacks from using user-provided programs in that scenario, if the embedding correctly separates the two programs and does not permit...
We've frequently come up against needing some sort of promise/future type in wasi, for both better web platform integration, and in order to make existing functions like `poll_oneoff` extensible by...
I think so far most of the discussion was in person or on zooms between fastly and mozilla folks, but we all hang out in the bytecodealliance zulip these days
I'd expect that for C and Rust the module type will pass the record as a pointer to struct just like you describe. Using export functions to convert from pointer...
The "splat" ABI you describe is a great idea! I was talking to @fitzgen about custom Rust ABIs last week and he had some great ideas about how to implement...
The proposal has evolved since this issue was filed and there are no longer binding expressions or WebIDL function signatures involved. However, we still need to describe validation rules for...
> I would argue that that the necessity to add a rich collection of binding operators would be a failure mode. I'm sympathetic to the idea that a growing collection...
note to self: I can clean up `cap_std_sync::Dir::open_file` to not call `set_fd_flags` if this becomes possible.
What tool tells you the resulting wasm is invalid? It may be that the tool doesnt support multivalue, or the support isn't enabled by default.
The official docker image could be as simple as an ubuntu base and installing the deb, right? I don't use docker hub so I don't know how to publish things...