Skip to content

Releases: tegmentum/wasmtime4j

v46.0.1-1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 02:36

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

Full Changelog: v46.0.1-1.1.7...v46.0.1-1.2.0

v46.0.1-1.1.7

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:51

v45.0.2-1.1.6

Choose a tag to compare

@zacharywhitley zacharywhitley released this 22 Jun 14:25

v45.0.1-1.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 13:55

v45.0.0-1.1.4

Choose a tag to compare

@github-actions github-actions released this 23 May 00:14

v44.0.1-1.1.3

Choose a tag to compare

@github-actions github-actions released this 06 May 14:12

v44.0.0-1.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Apr 13:07

v43.0.1-1.1.1

Choose a tag to compare

@github-actions github-actions released this 17 Apr 22:58

v43.0.0-1.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 15:41

v43.0.0-1.1.0

Choose a tag to compare

@zacharywhitley zacharywhitley released this 27 Mar 20:56

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.