v0.2.0
Fixed
- Fixed performance degradation with
wasm32-wasi
target in Rust v1.56.0
or newer by addingproxy_wasm::main
macro that should be used instead
of custom_start
,_initialize
and/ormain
exports.
Changed
- Updated ABI to Proxy-Wasm ABI v0.2.1.
Added
- Added support for calling foreign functions.
Thanks @Gsantomaggio!