wasm-vips 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,22 +16,24 @@ https://github.com/kleisauke/wasm-vips/issues/1).
16
16
 
17
17
  ## Engine support
18
18
 
19
- An engine that supports [WebAssembly SIMD](https://webassembly.org/features/).
20
- This is present on most major browser engines and is part of [Baseline 2023](
19
+ An engine that supports [WebAssembly SIMD](https://caniuse.com/wasm-simd)
20
+ and [WebAssembly Exception Handling](
21
+ https://caniuse.com/wf-wasm-exception-handling). This is present on most
22
+ major browser engines and is part of [Baseline 2023](
21
23
  https://web.dev/baseline/2023).
22
24
 
23
- For V8-based engines, at least version 9.1.54 is required to match the final
24
- SIMD opcodes, this corresponds to Chrome 91, Node.js 16.4.0 and Deno 1.9.0.
25
+ For V8-based engines, at least version 9.5 is required, this corresponds
26
+ to Chrome 95, Node.js 17.0.0 and Deno 1.16.0.
25
27
 
26
28
  For Spidermonkey-based engines, the JavaScript engine used in Mozilla Firefox
27
- and whose version numbers are aligned, at least version 89 is required.
29
+ and whose version numbers are aligned, at least version 100 is required.
28
30
 
29
31
  For JavaScriptCore-based engines, the built-in JavaScript engine for WebKit,
30
32
  at least version 615.1.17 is required. This corresponds to Safari 16.4.
31
33
 
32
34
  | ![Chrome](https://github.com/alrra/browser-logos/raw/main/src/chrome/chrome_32x32.png)<br>Chrome | ![Firefox](https://github.com/alrra/browser-logos/raw/main/src/firefox/firefox_32x32.png)<br>Firefox | ![Safari](https://github.com/alrra/browser-logos/raw/main/src/safari/safari_32x32.png)<br>Safari | ![Edge](https://github.com/alrra/browser-logos/raw/main/src/edge/edge_32x32.png)<br>Edge | ![Node.js](https://github.com/alrra/browser-logos/raw/main/src/node.js/node.js_32x32.png)<br>Node.js | ![Deno](https://github.com/alrra/browser-logos/raw/main/src/deno/deno_32x32.png)<br>Deno |
33
35
  |:---:|:---:|:---:|:---:|:---:|:---:|
34
- | :heavy_check_mark:<br>[version 91+](https://chromestatus.com/feature/6533147810332672) | :heavy_check_mark:<br>[version 89+](https://bugzil.la/1695585) | :heavy_check_mark:<br>[version 16.4+](https://webkit.org/blog/13966/webkit-features-in-safari-16-4/#javascript-and-webassembly) | :heavy_check_mark:<br>[version 91+](https://chromestatus.com/feature/6533147810332672) | :heavy_check_mark:<br>[version 16.4+](https://github.com/nodejs/node/pull/38273) | :heavy_check_mark:<br>[version 1.9+](https://github.com/denoland/deno/pull/10152) |
36
+ | :heavy_check_mark:<br>[version 95+](https://chromestatus.com/feature/4756734233018368) | :heavy_check_mark:<br>[version 100+](https://bugzil.la/1335652) | :heavy_check_mark:<br>[version 16.4+](https://webkit.org/blog/13966/webkit-features-in-safari-16-4/#javascript-and-webassembly) | :heavy_check_mark:<br>[version 95+](https://chromestatus.com/feature/4756734233018368) | :heavy_check_mark:<br>[version 17.0+](https://github.com/nodejs/node/pull/40178) | :heavy_check_mark:<br>[version 1.16+](https://github.com/denoland/deno/pull/12564) |
35
37
 
36
38
  ## Installation
37
39
 
@@ -1,32 +1,32 @@
1
1
  # Third-party notices
2
2
 
3
3
  This software contains third-party libraries
4
- used under the terms of the following licences:
4
+ used under the terms of the following licenses:
5
5
 
6
- | Library | Used under the terms of |
7
- |---------------|-----------------------------------------------------------------------------------------------------------|
8
- | aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
9
- | brotli | MIT Licence |
10
- | cgif | MIT Licence |
11
- | emscripten | [MIT Licence](https://github.com/emscripten-core/emscripten/blob/main/LICENSE) |
12
- | expat | MIT Licence |
13
- | glib | LGPLv3 |
14
- | highway | Apache-2.0 License, BSD 3-Clause |
15
- | lcms | MIT Licence |
16
- | libexif | LGPLv3 |
17
- | libffi | MIT Licence |
18
- | libheif | LGPLv3 |
19
- | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
20
- | libjxl | BSD 3-Clause |
21
- | libnsgif | MIT Licence |
22
- | libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
23
- | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
24
- | libultrahdr | Apache-2.0 License |
25
- | libvips | LGPLv3 |
26
- | libwebp | New BSD License |
27
- | mozjpeg | [zlib License, IJG License, BSD-3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
28
- | resvg | MIT Licence |
29
- | zlib-ng | [zlib Licence](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |
6
+ | Library | Used under the terms of |
7
+ |---------------|----------------------------------------------------------------------------------------------------------|
8
+ | aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
9
+ | brotli | MIT License |
10
+ | cgif | MIT License |
11
+ | emscripten | [MIT License](https://github.com/emscripten-core/emscripten/blob/main/LICENSE) |
12
+ | expat | MIT License |
13
+ | glib | LGPLv3 |
14
+ | highway | BSD 3-Clause |
15
+ | lcms | MIT License |
16
+ | libexif | LGPLv3 |
17
+ | libffi | MIT License |
18
+ | libheif | LGPLv3 |
19
+ | libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
20
+ | libjxl | BSD 3-Clause |
21
+ | libnsgif | MIT License |
22
+ | libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
23
+ | libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
24
+ | libultrahdr | MIT License |
25
+ | libvips | LGPLv3 |
26
+ | libwebp | New BSD License |
27
+ | mozjpeg | [zlib License, IJG License, BSD 3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
28
+ | resvg | MIT License |
29
+ | zlib-ng | [zlib License](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |
30
30
 
31
31
  Use of libraries under the terms of the LGPLv3 is via the
32
32
  "any later version" clause of the LGPLv2 or LGPLv2.1.