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 initial version of the WASM-based process executor #92

Merged
merged 14 commits into from
Mar 20, 2023

Conversation

mikelsr
Copy link
Contributor

@mikelsr mikelsr commented Feb 27, 2023

Not used to Github so I created a new pull request instead of using the existing #87 if that's even possible...

@mikelsr mikelsr linked an issue Feb 27, 2023 that may be closed by this pull request
@mikelsr
Copy link
Contributor Author

mikelsr commented Feb 27, 2023

@lthibault @aratz-lasa I would love your input and any feedback on capability usage or things I should change to keep it consistent with the rest of the repository :)

Copy link
Collaborator

@lthibault lthibault left a comment

Choose a reason for hiding this comment

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

Looking very good 😃

I've flagged a couple of issues that can be resolved straightforwardly (see inline). I also see some opportunities to clean up the lifecycle/refcount management with some advanced capnp features, but I need to stare at this a bit longer.

I'll follow up with another round of commends ASAP.

Great work 👍

internal/cmd/cluster/ls.go Outdated Show resolved Hide resolved
internal/cmd/cluster/process.go Outdated Show resolved Hide resolved
pkg/process/process.go Outdated Show resolved Hide resolved
pkg/process/process.go Outdated Show resolved Hide resolved
pkg/process/client/process.go Outdated Show resolved Hide resolved
pkg/process/client/process.go Outdated Show resolved Hide resolved
@lthibault lthibault added the enhancement New feature or request label Mar 2, 2023
@lthibault lthibault added this to the 0.1.0 Public Beta Release milestone Mar 2, 2023
pkg/process/process.go Outdated Show resolved Hide resolved
pkg/process/executor.go Outdated Show resolved Hide resolved
pkg/process/process.go Outdated Show resolved Hide resolved
pkg/process/process.go Outdated Show resolved Hide resolved
pkg/process/client/process.go Outdated Show resolved Hide resolved
@lthibault lthibault merged commit c51e3bd into master Mar 20, 2023
@lthibault lthibault deleted the feature/process branch March 20, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initial version of the WASM-based process executor
2 participants