Releases: tegmentum/wasmtime4j
Releases · tegmentum/wasmtime4j
v45.0.1-1.1.5
Full Changelog: v45.0.0-1.1.4...v45.0.1-1.1.5
v45.0.0-1.1.4
Full Changelog: v44.0.1-1.1.3...v45.0.0-1.1.4
v44.0.1-1.1.3
Full Changelog: v44.0.0-1.1.2...v44.0.1-1.1.3
v44.0.0-1.1.2
Full Changelog: v43.0.1-1.1.1...v44.0.0-1.1.2
v43.0.1-1.1.1
Full Changelog: v43.0.0-1.1.1...v43.0.1-1.1.1
v43.0.0-1.1.1
Full Changelog: v43.0.0-1.1.0...v43.0.0-1.1.1
v43.0.0-1.1.0
Wasmtime4j v43.0.0-1.1.0
Highlights
- Wasmtime upgraded to 43.0.0 from 42.0.1
- OperatorCost: Per-operator fuel cost configuration
- Store debug APIs:
debugInstanceCount()/debugModuleCount() - Experimental WASI P3:
enableWasiP3()/enableWasiHttpP3() - ExternRef/FuncRef JNI support for host function callbacks
- Stack overflow protection with default
max_wasm_stack(512 KiB)
Breaking Changes
- Serialized modules from 42.0.1 are not compatible with 43.0.0
Maven Central
<dependency>
<groupId>ai.tegmentum</groupId>
<artifactId>wasmtime4j</artifactId>
<version>43.0.0-1.1.0</version>
</dependency>See CHANGELOG.md for full details.