sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
https://cowasm.org
BSD 3-Clause "New" or "Revised" License
482 stars 23 forks source link

create new directory of packages that depend on core and python #58

Closed williamstein closed 1 year ago

williamstein commented 1 year ago

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.

williamstein commented 1 year ago

I did this :-)