Releases: wasmerio/wasmer-java
Releases · wasmerio/wasmer-java
0.3.0
0.2.0
It is identical to 0.1.2, just with a better name for the announcement :-].
0.1.2
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 kindByteBuffer
), - Update runtime to Wasmer 0.17,
- Added several examples to illustrate the Wasmer JNI library.
Fixed
- Remove
Memory.read()
andMemory.write()
, useMemory.buffer()
instead, it's a more standard API, and it fixes an important bug in theMemory
API design.
0.1.1
Added
- Publishing packages (JAR) to Bintray.
Changed
- Polishing the code.
- Removing
panics
.
0.1.0
First release!
This release sets up basic API, with a Module
, Instance
, Exports
, and Memory
API.