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

Add worker fork functionality in golem host #41

Merged
merged 7 commits into from
Jan 27, 2025
Merged

Add worker fork functionality in golem host #41

merged 7 commits into from
Jan 27, 2025

Conversation

afsalthaj
Copy link
Contributor

No description provided.

@@ -0,0 +1,12 @@
package golem:[email protected];
Copy link
Contributor

@vigoo vigoo Jan 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not how we should do it (I did a similar thing before and had to undo) because it is not (always) possible to refer to multiple versions of the same package. For example not possible with cargo-component.

On the other hand, there is semantic versioning support in wasmtime so we can do additions to the existing interfaces by increasong the minor version number. (I did not know this when I created golem:[email protected] next to golem:[email protected] and because of that we have a lot of code duplication now).

So, do the following:

  • increase the version to 1.1.1 in golem-host.1.1.wit
  • add the new function there

@afsalthaj afsalthaj merged commit b421672 into main Jan 27, 2025
2 checks passed
@afsalthaj afsalthaj deleted the add_fork branch January 27, 2025 11:03
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

Successfully merging this pull request may close these issues.

2 participants