- empack version: 3.0.0
- Operating System: Fedora 37
- Compiler: N/A
Description
When packing an environment for the web one of the required steps is to copy the runtime files (for example pyjs_runtime_browser.js) from $PREFIX/lib_js/pyjs. For example with:
cp ~/micromamba/envs/pyjs-web-env/lib_js/pyjs/pyjs_runtime_browser.* build/
Wondering if there could be a way to make that step more convenient. Maybe it could directly be done as part of the empack pack env command via a new (optional) CLI flag?
What I Did
This came up while iterating a bit on https://github.com/emscripten-forge/sample-python-repl.