Arjun Ramesh

Results 18 issues of Arjun Ramesh

* Upstream polling insertion to engines * WAMR * Wasmtime already has epoch_interruption * Wasmedge? * Engine callbacks for startup * Engine callbacks for binding to main * Address space...

## Brief This PR is intended to support deterministic record and replay (RR) of Wasm components intrinsically in Wasmtime, and received an initial round of discussion in the Wasmtime bi-weekly...

wasmtime:api
wasmtime:config

To support the new Tier-3 target `wasm32-wali-linux-musl` within the rust compiler : rust-lang/rust#135651 Minimally, this just disables dynamic-linking related Linux features which is not supported yet in Wasm.

When trying to use `wasm-tools component new`, I noticed the `realloc-via-memory-grow` option. My intuition was that this provides a default `cabi_realloc` implementation if the module doesn't contain one. However, I...