You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks very interesting. Browsix works by implementing a limited set of POSIX calls (read/write/etc) and then compiles C/C++ projects using enscrriptem directly to run on top of this API. I expect Browsix will have better performance (because it does not emulate a CPU or virtual memory). I also expect it will be limited to running a single running process. It may / may not support threads (or pipes) at this time - so it may not be an complete learning platform for system programming
You should definitely check this project out in in regards to your long term plans [1]:
https://browsix.org/
The text was updated successfully, but these errors were encountered: