Releases: tegmentum/wasmtime4j
Releases · tegmentum/wasmtime4j
Release list
v46.0.1-1.2.0
What's Changed
- chore(deps): update env_logger requirement from 0.10 to 0.11 by @dependabot[bot] in #346
- chore(deps): update env_logger requirement from 0.10 to 0.11 in /wasmtime4j-native/fuzz by @dependabot[bot] in #348
- chore(deps): update thiserror requirement from 1.0 to 2.0 by @dependabot[bot] in #350
- chore(deps): update thiserror requirement from 1.0 to 2.0 in /wasmtime4j-native/fuzz by @dependabot[bot] in #351
- chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.6.0 by @dependabot[bot] in #355
- chore(deps-dev): bump org.apache.maven.plugins:maven-site-plugin from 4.0.0-M9 to 4.0.0-M16 by @dependabot[bot] in #360
- build(deps): update wasmparser requirement from 0.248 to 0.252 by @dependabot[bot] in #362
- build(deps): update wasmparser requirement from 0.248 to 0.252 in /wasmtime4j-native/fuzz by @dependabot[bot] in #364
- build(deps): bump com.puppycrawl.tools:checkstyle from 10.12.3 to 13.7.0 by @dependabot[bot] in #359
- build(deps): update wast requirement from 248.0.0 to 252.0.0 in /wasmtime4j-native/fuzz by @dependabot[bot] in #363
- build(deps): update wast requirement from 248.0.0 to 252.0.0 by @dependabot[bot] in #365
- Match cutoff Java version to target panama available 22+ by @rapus95 in #340
- build(deps): bump trufflesecurity/trufflehog from 3.95.6 to 3.95.8 in the actions group across 1 directory by @dependabot[bot] in #371
New Contributors
- @dependabot[bot] made their first contribution in #346
- @rapus95 made their first contribution in #340
Full Changelog: v46.0.1-1.1.7...v46.0.1-1.2.0
v46.0.1-1.1.7
Full Changelog: v45.0.2-1.1.6...v46.0.1-1.1.7
v45.0.2-1.1.6
Full Changelog: v45.0.1-1.1.5...v45.0.2-1.1.6
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.