Skip to content

0.1.2

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 26 Mar 14:46
· 93 commits to main since this release

Forward prepare for coming breaking FFI change in ponyc

Added FFI declarations to all FFI calls in the library. The change has no impact on end users, but will future proof against a coming breaking change in FFI in the ponyc compiler. Users of this version of the library won't be impacted by the coming change.

[0.1.2] - 2021-03-26

Changed

  • Declare all FFI functions (PR #30)