Chris Fallin

Results 33 issues of 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...

wasmtime
performance

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

wasmtime
wasmtime:debugging

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

wasmtime
wasmtime:debugging
performance