Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/core/posix-wasm/README.md
1391 views

WASM-Posix library

Note that this is not just implementing parts of POSIX. E.g., we add code from musl that is missing from WASI, and we add code from FreeBSD (say) that is needed to build tools from that OS, etc.

It's also very much not about emulating the POSIX standard exactly, or one particular UNIX.