Chris Fallin
Chris Fallin
In #12051 we added a new level of data structures to the per-store module registry due to the distinction between `EngineCode` and `StoreCode`. This leads to a small but consistent...
Currently, when guest debugging is enabled (after #12051), we clone the code memory for each module for each store so that we can patch in breakpoints. We don't support registering...
In #12051 we added functionality to create private `CodeMemory`s per `Store` for each module instantiated in that store so that we could patch in breakpoints. The functionality currently clones the...
From Jamey's idea [here](https://github.com/bytecodealliance/wasmtime/pull/8489#issuecomment-2106379885): it would be nice for users of RA2 to be able to statically allocate `MachineEnv`s. The current bottleneck is that the struct contains `Vec`s with lists...