WASM libs for HEIC image decoding.
This is a simple wrapper on top of the heic rust crate for decoding the image file to rgba8.
Compilation:
cargo build --release
Wasm file optimization:
wasm-opt --dce --vacuum -Oz target/wasm32-unknown-unknown/release/wasm_heic.wasm -o heic.wasm
Dependencies: