We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc3ca88 + 8fb67a6 commit 4e78a8cCopy full SHA for 4e78a8c
.github/workflows/emscripten.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
target: [js, wasm]
13
env:
14
- EMSCRIPTEN_VERSION: 3.1.47
+ EMSCRIPTEN_VERSION: 3.1.61
15
runs-on: ubuntu-20.04
16
steps:
17
- uses: actions/checkout@v4
dist-prep.sh
@@ -19,9 +19,11 @@ ls -la libheif
19
20
function copyJs() {
21
cp libheif/libheif.js dist/libheif.js
22
+ cp libheif/libheif.d.ts dist/libheif.d.ts
23
cp libheif/COPYING dist/LICENSE
24
25
assertFile dist/libheif.js
26
+ assertFile dist/libheif.d.ts
27
assertFile dist/LICENSE
28
29
chown $(whoami) dist/libheif.js dist/LICENSE
libheif
0 commit comments