Skip to content

Releases: wasmerio/wasmer-java

0.3.0

05 Jan 21:35
b5c7887
Compare
Choose a tag to compare

Update to Wasmer 1.0.0

0.2.0

13 May 18:06
Compare
Choose a tag to compare

It is identical to 0.1.2, just with a better name for the announcement :-].

0.1.2

13 May 10:58
Compare
Choose a tag to compare

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.

0.1.1

07 May 14:09
Compare
Choose a tag to compare

Added

  • Publishing packages (JAR) to Bintray.

Changed

  • Polishing the code.
  • Removing panics.

0.1.0

05 May 14:22
Compare
Choose a tag to compare

First release!

This release sets up basic API, with a Module, Instance, Exports, and Memory API.