Skip to content

Commit

Permalink
revert to emsdk 3.1.26
Browse files Browse the repository at this point in the history
- it seems that issue #11 is solved
  • Loading branch information
kalwalt committed Apr 23, 2023
1 parent 5d02985 commit d05d975
Show file tree
Hide file tree
Showing 5 changed files with 2,024 additions and 4,629 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ ! -f "opencv/build_wasm/em-flags.txt" ] ; then
curl --location "https://github.com/webarkit/opencv-em/releases/download/0.0.4/opencv-em-4.5.0-emcc-3.1.7.zip" -o opencv-em.zip
curl --location "https://github.com/webarkit/opencv-em/releases/download/0.0.5/opencv-em-4.5.0-emcc-3.1.26.zip" -o opencv-em.zip
unzip -o opencv-em.zip -d opencv
cp -avr opencv/build_wasm/opencv ./
rm opencv-em.zip
Expand Down
Loading

0 comments on commit d05d975

Please sign in to comment.