Skip to content

lightning-sys v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kulp kulp released this 22 Aug 16:50
· 177 commits to master since this release

Added

  • Added Fibonacci example from GNU lightning
  • Added branch/jump instructions
  • Added (panic-ing) bounds checks to guard against invalid register indices
  • Introduced aliases for entry points that redirect to other entry points

Fixed

  • Fixed some bugs uncovered by Fibonacci example