Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use memory addresses instead of creating static arrays in Rust template
Static arrays will increase the size of the cartridge, because at runtime they will be initialized with the values used in the source (which is then ignored by the allocator).
- Loading branch information