Skip to content

0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 10:58
· 18 commits to master since this release

Added

  • New JAR named wasmer-jni-amd64-$(os)-$(version).jar,
  • New Memory.buffer() method to retrieve a direct byte buffer view of the memory data (of kind ByteBuffer),
  • Update runtime to Wasmer 0.17,
  • Added several examples to illustrate the Wasmer JNI library.

Fixed

  • Remove Memory.read() and Memory.write(), use Memory.buffer() instead, it's a more standard API, and it fixes an important bug in the Memory API design.