Ben Vanik
Ben Vanik
These are equivalent to the cmd-phase ops but operate in the normal constraints of the async-phase (copy-on-write, timeline implied by use-def). (most of this was authored with claude)
This actually fixes #16168 - everything in #22739 was in preparation for this and over the duration of the workstream I forgot we worked around it and didn't have any...
This also adds tests for alignment in both C and C++ module interfaces. Fixes UBSAN issue found in #22839.
We had a potential correctness issue when using chained external fences and returning values (vs writing to output arguments) where we'd insert a `stream.async.transfer` as effectively just a cast to...
There's a bunch of reasons to be interested in wasm as a distribution format for executables. This issue will track notes on the feasibility of this approach, how it could...
https://github.com/WebAssembly/wasm-c-api/blob/master/include/wasm.h is an attempt at a standardized interface for WASM runtimes. There's a v8 implementation in-repo and the C API is implemented by WAMR (what the API is strongly inspired...