mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-05 20:28:23 +00:00
- Implemented multi-threading for both JS and SYS, plus other WASIX implementations - Added a longjmp capability required for bash and other WASIX implementations - Added real signals to WASIX - Added a stack unwinding and winding functionality - Implemented memory forking which will be used for process forking - Added the ability to fork the current process - Added the vfork functionality - Moved over to the WasiPipe implementation - Added more syscalls needed for bash on WASIX - Ported wasmer-os into wasmer - Added a union file system and the character devices - Moved the cursors to the file handles rather than the file so that they are multithread safe and can handle concurrent IO - Reimplemented the poll_oneoff functionality to support full ASYNC - Added support for mapping directories in the host file system into WASIX sandbox file systems - Implemented fully ASYNC sockets and emulated ASYNC files - Made the file locks more granular to allow for concurrent poll and accept operations - Fixed a race condition on the event notifications
154 KiB
Executable File
154 KiB
Executable File