ristretto

v0.10.1

v0.10.1 Nov 1 2024 at 05:25 UTC

✨ Enhancements

  • add environment variable support (#98)

🐞 Bug fixes

  • pass command line arguments as a string array to main methods (#97)
  • correct invokedynamic instruction debug logging (#96)
  • create array class for anewarray instruction (#95)
  • correct invokedynamic bytecode serialization (#93)

🛠️ Other improvements

  • simplify native method implementations (#94)
  • move additional logic into instruction functions (#92)
  • refactor VM internals for threading support (#91)