This commit is contained in:
Dmitry Vasilev
2023-02-07 22:25:05 +08:00
parent 34188eddc3
commit 131c0565f1
8 changed files with 28 additions and 13 deletions

View File

@@ -46,7 +46,6 @@ const do_run = function*(module_fns, cxt, io_cache){
io_cache_resolver_is_set: false,
// Map of (index in io_cache) -> resolve
io_cache_resolvers: new Map(),
io_cache_is_replay_aborted: false,
io_cache_index: 0,
}