You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try building a web assembly wheel for installing JCVI.
If this works JCVI will be compatible with Quarto Live interactive docs and Shinylive apps.
Pyodide can build wasm wheels from pure python packages. JCVI has a couple of compiled cython modules so the wasm wheel will need to be built with Emscripten. See Pyodide guide.
JCVI has a lot of dependencies that are not in the pyproject.toml, instead being referenced in various non-core modules. Odds are that something will not be wasm compatible making the whole thing moot, but giving this a crack anyway.
The text was updated successfully, but these errors were encountered:
Try building a web assembly wheel for installing JCVI.
If this works JCVI will be compatible with Quarto Live interactive docs and Shinylive apps.
Pyodide can build wasm wheels from pure python packages. JCVI has a couple of compiled cython modules so the wasm wheel will need to be built with Emscripten. See Pyodide guide.
JCVI has a lot of dependencies that are not in the
pyproject.toml
, instead being referenced in various non-core modules. Odds are that something will not be wasm compatible making the whole thing moot, but giving this a crack anyway.The text was updated successfully, but these errors were encountered: