Replies: 2 comments
-
Somehow two different versions of libc are being included. It looks like maybe If you can find the failing emcc command line, it should not have |
Beta Was this translation helpful? Give feedback.
-
Hi I'm also trying to build opencv to a wasm version Have you mange to do it? There are any tutorial links that I can use? I can't find any info about that in the emscripten community Thank you for your time |
Beta Was this translation helpful? Give feedback.
-
Ive been trying to build OpenCV.js with threads option, somehow cant seem to be able to get it to work.
Using latest emsdk
the command
python3 opencv/platforms/js/build_js.py build_wasm_simd_threads_latest\ --build_wasm --simd --threads --cmake_option="- DOPENCV_EXTRA_MODULES_PATH=/home/t_rekt/Downloads/opencv_contrib/modules" --emscripten_dir /home/t_rekt/Downloads/emsdk/upstream/emscripten
Beta Was this translation helpful? Give feedback.
All reactions