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
related: https://github.com/SamsungDForum/Webports ... webports is collection of open source libraries and applications that have been ported to Native Client, along with set of tools for building and maintaining them.
Some of them were ported to Emscripten also.
The text was updated successfully, but these errors were encountered:
martin12333
changed the title
Which unix programs are [not] easy to port to Webassembly?
Which unix-like programs are [not] difficult to port to Webassembly?
Dec 11, 2022
partial list of functions, that are problemmatic in webassembly
setjmp // but Emscripten has it https://emscripten.org/docs/porting/setjmp-longjmp.html
fork,
vfork // https://lisper.in/vfork-is-still-evil
exec* ?
posix_spawn
dup2 ? , freopen ?
TODO
related: https://github.com/SamsungDForum/Webports ... webports is collection of open source libraries and applications that have been ported to Native Client, along with set of tools for building and maintaining them.
Some of them were ported to Emscripten also.
The text was updated successfully, but these errors were encountered: