Skip to content

v0.2.0

Compare
Choose a tag to compare
@PiotrSikora PiotrSikora released this 08 Apr 20:19
fb7c953

Fixed

  • Fixed performance degradation with wasm32-wasi target in Rust v1.56.0
    or newer by adding proxy_wasm::main macro that should be used instead
    of custom _start, _initialize and/or main exports.

Changed

  • Updated ABI to Proxy-Wasm ABI v0.2.1.

Added

  • Added support for calling foreign functions.
    Thanks @Gsantomaggio!