sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.

Home Page:https://cowasm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create new directory of packages that depend on core and python

williamstein opened this issue · comments

Right now some core/ packages depend on python/ for good reason, e.g., dash-wasm, since we want to include python-wasm in the dash-wasm environment. Actually that might be the only one. This makes it so building just core involves building a lot of python stuff, e.g., numpy.

Fix this. The question is where should dash-wasm go? I don't know yet.

I did this :-)