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
{{ message }}
This repository was archived by the owner on Feb 7, 2023. It is now read-only.
Currently, types are generated by an internal script that parses the runtime's C++ source code. workerd recently added a run-time-type-information (RTTI) system which would simplify the type generation process significantly. This issue is tracking the work to switch to this, and open-source the new generation scripts.
This is a prerequisite to many other workers-types improvements we have planned, which should resolve many of the issues in this repository. 🙂