TinyGo v0.13.1 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
  • 🚀 This is a patch release that fixes a few bugs in the previous 0.13.0 release related to the GC and in support for the GameBoy Advance.

    • standard library
      • runtime: do not put scheduler and GC code in the same section
      • runtime: copy stack scan assembly for GBA
    • boards
      • gameboy-advance: always use ARM mode instead of Thumb mode