Add SIMD support to libwebp

This commit is contained in:
Ingvar Stepanyan
2020-11-13 16:09:15 +00:00
committed by Ingvar Stepanyan
parent f0d341aefa
commit 198ad0fb1b
10 changed files with 242 additions and 2377 deletions

1
codecs/webp/enc/webp_enc_simd.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export { default } from './webp_enc.js';