lightning-sys v0.1.2
Pre-release
Pre-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