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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: