Skip to content

v0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 05:25

✨ 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)