v0.2.0
Fixed
- Fixed performance degradation with
wasm32-wasitarget in Rust v1.56.0
or newer by addingproxy_wasm::mainmacro that should be used instead
of custom_start,_initializeand/ormainexports.
Changed
- Updated ABI to Proxy-Wasm ABI v0.2.1.
Added
- Added support for calling foreign functions.
Thanks @Gsantomaggio!