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

Implement an option to package runtime and application separately #218

Closed
maxirmx opened this issue Dec 18, 2024 · 0 comments · Fixed by #217
Closed

Implement an option to package runtime and application separately #218

maxirmx opened this issue Dec 18, 2024 · 0 comments · Fixed by #217

Comments

@maxirmx
Copy link
Member

maxirmx commented Dec 18, 2024

Support several packaging modes:

  1. "bundle" - package runtime and application to a single file (as it was impmented originally)
  2. "runtime" - create runtime, an executable that can be used to run different applications (item 3) or different versions of the same application
  3. "application" - package application that can executed by run-time (item 2)
  4. "both" - create runtime and application as two separate entities
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 a pull request may close this issue.

1 participant