Skip to content

v0.2.0

Compare
Choose a tag to compare
@chfoo chfoo released this 26 Jun 21:46
· 79 commits to master since this release
v0.2.0
c1baaa3
  • Fixed: Signed int8 and int16 conversion from int32 or unsigned int8.
  • Changed Memory.pointerToBytes() to never free the pointer.
  • Added: Pointer.arrayGet() and Pointer.arraySet().
  • Added: Callfunc.newCallback().
  • Added: JS+Emscripten interface support.
  • Added: DataView and Memory.pointerToDataView().
  • Added: More data types.
  • Added: Library.newVariadicFunction().
  • Added: FunctionTools and PointerTools.