Skip to content

v0.4.0

Compare
Choose a tag to compare
@tessi tessi released this 25 Jun 08:23
· 233 commits to main since this release

Added

  • added support for OTP 24.0 (by updating rustler)

Changed

  • Wasmex.Memory.bytes_per_element changed its signature from
    Wasmex.Memory.bytes_per_element(memory, :uint32, 0) to Wasmex.Memory.bytes_per_element(:uint32).
    The existing signature Wasmex.Memory.bytes_per_element(memory) still works as before.

Removed

  • Wasmex.Memory.grow/4 was removed. Instead Wasmex.Memory.grow/2 can be used interchangeably.