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