Whole module imports (#4767)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -259,7 +259,7 @@ export function emptyExecState(): ExecState {
|
||||
|
||||
function execStateFromRaw(raw: RawExecState): ExecState {
|
||||
return {
|
||||
memory: ProgramMemory.fromRaw(raw.memory),
|
||||
memory: ProgramMemory.fromRaw(raw.modLocal.memory),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user