This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.12.1 for more details.
Features:
- Update the
WasmEdge
dependency to0.12.1
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.12.0 for more details.
Features:
- Update the
WasmEdge
dependency to0.12.0
. - Added the Ubuntu 20.04 version.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.11.2 for more details.
Features:
- Update the
WasmEdge
dependency to0.11.2
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.11.1 for more details.
Features:
- Update the
WasmEdge
dependency to0.11.1
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.11.0 for more details.
Features:
- Update the
WasmEdge
dependency to0.11.0
. - Update the host functions for the breaking changes.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.10.1 for more details.
Features:
- Update the
WasmEdge
dependency to0.10.1
. - Bump the minimum platform supporting to
manylinux2014
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.10.0 for more details.
Breaking changes:
- Renamed C API
WasmEdge_Image_ImportObjectCreate
toWasmEdge_Image_ModuleInstanceCreate
.
Features:
- Update the
WasmEdge
dependency to0.10.0
. - Added the Darwin x86_64 support.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.9.1 for more details.
Features:
- Added the copyright text.
- Update the
WasmEdge
dependency to0.9.1
. - Added the Linux aarch64 support.
- Added the Android aarch64 support.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.9.0 for more details.
Breaking changes:
- Moved the C-API headers
wasmedge-image.h
andwasmedge-image.h
into thewasmedge
folder.
Features:
- Update the
WasmEdge
dependency to0.9.0
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.8.2 for more details.
Features:
- Update the
WasmEdge
dependency to0.8.2
. - Modified the CMake option
BUILD_SHARED_LIB
toWASMEDGE_IMAGE_BUILD_SHARED_LIB
for enabling compilation of the shared library (ON
by default).
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.8.1 for more details.
Features:
- Update the
WasmEdge
dependency to0.8.1
.
This is the host function extension for WasmEdge. Please refer to the WasmEdge 0.8.0 for more details.
Features:
- Renamed this project to
WasmEdge-Image
and updated theWasmEdge
dependency. - Added pre-built
libpng
andlibjpeg
shared libraries. - Added
wasmedge-image
C API shared library. - Added CMake option
BUILD_SHARED_LIB
to enable compiling the shared library (ON
by default). - Added release CI.
This is the host function extension for SSVM. Please refer to the SSVM 0.7.3 for more details.
Features:
- Image processing host function extensions of WASM
- Support reading
JPEG
andPNG
from a buffer. - Support the
rgb8
andrgb32f
normalized formats. - Support image resizing.
- Support reading