This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Description
RuntimeBundle is currently a struct which contains the information passed forward from compile time to runtime. It contains max allocations, constants, and symbol information. This is a general backend tool so it should be moved to BackendUtils. It should also be made into a class so accessors like getSymbolOffset can be called. The backends will need to be updated as well.