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

in terminal on node, help() followed by ctrl+d exits entire process

williamstein opened this issue · comments

image

This is because we just terminate on any appearance of control+D. I guess that's not so good.