-
Notifications
You must be signed in to change notification settings - Fork 15
Missing core utilities #43
Comments
you miss cc, a c compiler |
Yeah that's one of the ones I skipped. A C compiler is not useful for Puter when it can't (yet?) run C programs. (Though, people are working on x86 emulation so who knows.) This was originally a list I put together for my own notes, but decided to make it public instead. So what went on it was my opinion really. Feel free to implement anything not on this list if it makes sense. :^) |
Most computers can't run C directly, that's why they compile it :) |
but maybe this is obviously too ambitious, so I would say, get us a wasm assembler and we will start from there |
In discussions with the community (mostly via Discord at the moment) we seem to be leaning toward the direction of x86 emulation rather than something like emscripten. With this approach Puter's own filesystem could be mounted into something like a headless Archlinux instance using our FUSE driver. |
assuming you get x86 emulation you'll still have to translate the posix syscalls, unless you emulate the whole OS (but then Id just visit v86 or JSlinux), also it will be slower. since you do have to do that, you can support native wasm/js anyway |
The POSIX spec lists a whole lot of different utilities, some of which are not so relevant (I'm looking at you,
fort77
). Here's a list I've come up with, roughly grouped into categories.help
insteadtest
!Text processing
Comparison
Terminal things
User/group/permission related
Other ones requiring platform support
Missing functionality
The text was updated successfully, but these errors were encountered: