Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract a clean set of durability host functions #1223

Open
vigoo opened this issue Jan 7, 2025 · 0 comments
Open

Extract a clean set of durability host functions #1223

vigoo opened this issue Jan 7, 2025 · 0 comments
Assignees
Milestone

Comments

@vigoo
Copy link
Contributor

vigoo commented Jan 7, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant