Skip to content

Releases: tegmentum/wasmtime4j

v45.0.1-1.1.5

07 Jun 13:55

Choose a tag to compare

v45.0.0-1.1.4

23 May 00:14

Choose a tag to compare

v44.0.1-1.1.3

06 May 14:12

Choose a tag to compare

v44.0.0-1.1.2

22 Apr 13:07

Choose a tag to compare

v43.0.1-1.1.1

17 Apr 22:58

Choose a tag to compare

v43.0.0-1.1.1

09 Apr 15:41

Choose a tag to compare

v43.0.0-1.1.0

27 Mar 20:56

Choose a tag to compare

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.

v42.0.1-1.0.0

15 Mar 20:24

Choose a tag to compare