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
488 stars 23 forks source link

native filesystem access (for chrome for now) #4

Closed williamstein closed 1 year ago

williamstein commented 2 years ago

See https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access and https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access

williamstein commented 2 years ago

Example POC from somebody else here: https://discuss.python.org/t/wasm-python-synchronous-io-working-group/15509

williamstein commented 1 year ago

I think this is out of scope for now.