playbit / docs / runtime

Platform status

This page summarizes current implementation status in runtime/src/.

Overview

Area macOS/native runtime Web runtime
Thread startup (PBSysThreadStart) Implemented Not implemented (PBSysErr_NOT_SUPPORTED)
Event polling (PBSysEventPoll) Implemented Routed through RTEventPoll bridge
Window creation and UI runtime objects Implemented Not implemented
Stream read/write Implemented Write bridged to host import, read not implemented
Network connect (PBSysThreadNetConnect) Implemented (draft API) Not implemented

Known stubs and draft APIs

Current syscall-level caveats:

Practical guidance

For guest programs targeting today’s runtime behavior: