Releases: holochain/holochain-wasmer
Releases · holochain/holochain-wasmer
v0.0.96
v0.0.95
v0.0.94
v0.0.94
v0.0.93
v0.0.92
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
v0.0.71
Added
HostShortCircuit
variant forWasmError
- 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
Version v0.0.67
v0.0.54
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
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: