webassembly-language-runtimes icon indicating copy to clipboard operation
webassembly-language-runtimes copied to clipboard

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

Open assambar opened this issue 3 years ago • 1 comments

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 avatar Mar 01 '23 09:03 assambar

👍 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).

codefromthecrypt avatar Apr 29 '23 23:04 codefromthecrypt