Skip to content

Releases: holochain/holochain-wasmer

v0.0.96

28 Aug 20:54
Compare
Choose a tag to compare

v0.0.96

Adds new mutually-exclusive feature flags wasmer_sys and wasmer_wamr for toggling different wasm runtime engines:

  • wasmer_sys sets wasmer to use the cranelift compiler
  • wasmer_wamr sets wasmer to use the wasm-micro-runtime in interpreter mode

v0.0.95

28 Aug 20:54
dcfa917
Compare
Choose a tag to compare

v0.0.95

v0.0.94

21 May 14:20
48c5c49
Compare
Choose a tag to compare
v0.0.94

v0.0.93

24 Apr 20:35
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Holochain serialization updated to v0.0.54 which in turn contains a breaking change in how the conductor API serializes enums.

v0.0.92

17 Jan 12:11
Compare
Choose a tag to compare

Added

  • Deserialized module cache DeserializedModuleCache was reinstated.
  • An abstraction for caching (serialized & deserialized modules) called ModuleCache was added.
  • All logic related to modules and wasmer caching from holochain has been moved to the host crate. Consequently functions for wasmer development under iOS need to be imported from there.

Removed

  • BREAKING CHANGE: Instance cache in host crate has been removed in favor of a deserialized module cache DeserializedModuleCache.

v0.0.77

03 Feb 11:29
Compare
Choose a tag to compare
bumping versions from 0.0.76 to 0.0.77

v0.0.71

23 Jun 12:08
addac27
Compare
Choose a tag to compare

Added

  • HostShortCircuit variant for WasmError
  • moved a lot of memory handling to the WasmerEnv handling
  • added a simple MODULE_CACHE as a status

Changed

  • Uses wasmer 1+
  • Uses latest holonix
  • Externs follow (ptr, len) -> ptrlen as (u32, u32) -> u64
  • all guest functions are #[inline(always)]

Deprecated

Removed

Fixed

  • PR#66 - workaround a memory leak in (our usage of) wasmer

v0.0.67

21 Feb 19:19
Compare
Choose a tag to compare
Version v0.0.67

v0.0.54

06 Jan 16:40
Compare
Choose a tag to compare

Changelog

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

[0.0.54] - 2021-01-06

Added

Changed

Deprecated

Removed

Fixed

Security

Installation

Use Holonix to work with this repository.

See:

v0.0.53

22 Dec 22:09
Compare
Choose a tag to compare

Changelog

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

[0.0.53] - 2020-12-22

Added

Changed

Deprecated

Removed

Fixed

Security

Installation

Use Holonix to work with this repository.

See: