Release Notes

0.0.19 – June 2022

  • Support for closures!
  • Support for 64kB of ROM, up from 32kB
  • Improved stability using new testing methodology to find dangling pointer bugs

0.0.16

  • The library generator is now split into --generate-lib and --generate-port, to avoid accidentally overwriting the port file. And --generate-lib generates into the current folder, not ./microvium, so it gives you more control over your project structure.
  • mvm_getCurrentAddress can be used to programmatically see where the VM is executing. Especially intended for cases where an error is hit.