webassembly-language-runtimes
webassembly-language-runtimes copied to clipboard
Tool to package app + interpreter + libraries into single .wasm binary
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
👍 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).