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

Tool to package app + interpreter + libraries into single .wasm binary #73

Open
assambar opened this issue Mar 1, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@assambar
Copy link
Contributor

assambar commented Mar 1, 2023

Is your feature request related to a problem? Please describe.

Initial setup of say a Python might be challenging for WASM as one needs to pre-open the app, additional libraries and files in the proper locations.

Describe the solution you'd like

It would be great to have a tool that pre-packages everything in one single WASM app (or a container image).

Describe alternatives you've considered

No response

Additional context

No response

@assambar assambar added the enhancement New feature or request label Mar 1, 2023
@assambar assambar added this to the infra-next milestone Mar 1, 2023
@codefromthecrypt
Copy link

👍 It is handy and probably faster to do it this way vs using mounts. However, I think instructions per interpreter on how to layer user files will still be needed, and likely the cleanest way is via OCI so that they can ship them to their host (which will ideally mount them read-only).

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

No branches or pull requests

2 participants