You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1222, by a further refactoring step we separate the Durability implementation to a set of host functions (with access to DurableWorkerCtx) and a set of abstractions built on top of them. At the end of this step we have three layers of functionalities (still everything in golem-worker-executor-base:
the core set of durability-related functions using DurableWorkerCtx
the higher level abstractions built on them, used in the host functions
the host function implementations using these higher level abstractions and calling underlying wasmtime host functions
The text was updated successfully, but these errors were encountered:
After #1222, by a further refactoring step we separate the
Durability
implementation to a set of host functions (with access toDurableWorkerCtx
) and a set of abstractions built on top of them. At the end of this step we have three layers of functionalities (still everything ingolem-worker-executor-base
:DurableWorkerCtx
The text was updated successfully, but these errors were encountered: