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

massive refactor; rename Zython --> CoWasm #37

Closed williamstein closed 1 year ago

williamstein commented 1 year ago

This will change everything to have a much better foundation (for much more than just Python!) via use of dynamic library code, etc. It also adds a working lua and dash interpreters...

williamstein commented 1 year ago

Timeline: this should be less than 1 week from now until it is merged. Tests all currently pass, but the webpack/webpage functionality is being refactored and needs to get fully re-implemented.