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

make a standalone command line version of python-wasm using pkg

williamstein opened this issue · comments

This https://www.npmjs.com/package/pkg would make it possible to have a lightweight purely command line version of python-wasm for windows, macos, linux, without using electron. There would of course be no graphical UI, which is fine.

I looked into pkg and I'm not happy with it.

I think the right approach for this project is electronjs and after days of work I've created this, which provides a standalone version of python-wasm:

https://github.com/sagemathinc/cowasm-desktop