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...