Skip to content

Provide a more convenient way to copy the runtime files #71

Description

@jtpio
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions