Skip to content

v0.0.71

Compare
Choose a tag to compare
@steveej steveej released this 23 Jun 12:08
addac27

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