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
Add support for MacOS (not iOS), which mostly amounts to enabling the darwin compilation target and adding Mac appropriate syscalls and memory management. This should happen after #35 threading is implemented, because that will re-write how memory management works.
The text was updated successfully, but these errors were encountered:
Add support for MacOS (not iOS), which mostly amounts to enabling the
darwin
compilation target and adding Mac appropriate syscalls and memory management. This should happen after #35 threading is implemented, because that will re-write how memory management works.The text was updated successfully, but these errors were encountered: