Skip to content

Releases: packurl/wasm_avif

0.5.0: Dependency update.

24 Oct 21:44
Compare
Choose a tag to compare

Dependency update

Scripts:

  • avif.mjs: exports the avif function; blocking version.
  • avif_worker.mjs: exports the avif function; async version. avif_worker_script.mjs and avif.mjs are used by the web worker. avif_worker_script.js and avif_for_importScripts.js are variants for browsers that don't support module web workers.

0.4.0: Dependency update.

07 Apr 10:18
Compare
Choose a tag to compare

Dependency update

Scripts:

  • avif.mjs: exports the avif function; blocking version.
  • avif_worker.mjs: exports the avif function; async version. avif_worker_script.mjs and avif.mjs are used by the web worker. avif_worker_script.js and avif_for_importScripts.js are variants for browsers that don't support module web workers.

0.3.0

26 Nov 22:01
Compare
Choose a tag to compare

Scripts:

  • avif.mjs: exports the avif function; blocking version.
  • avif_worker.mjs: exports the avif function; async version. avif_worker_script.mjs and avif.mjs are used by the web worker. avif_worker_script.js and avif_for_importScripts.js are variants for browsers that don't support module web workers.

0.2.0

25 Jun 13:18
Compare
Choose a tag to compare

Dependencies and js wrapper update.