empack emscripten+boa
Project description
# empack
Pack a mamba environment with emsdk
## Requirements
You first need to setup emsdk:
`bash mamba install -c conda-forge emsdk emsdk install 3.1.2 emsdk activate 3.1.2 `
## Installation
`bash pip install git+https://github.com/emscripten-forge/empack `
## Usage
You can pack the Python 3.10 environment (located at /path/to/env) with the following command:
`bash empack pack python core /path/to/env --version=3.10 `
This will generate two files python_data.js and python_data.data that you can use in the browser.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
empack-0.4.0.tar.gz
(5.6 kB
view hashes)
Built Distribution
empack-0.4.0-py3-none-any.whl
(6.4 kB
view hashes)