In case anyone else ever runs into this: I ended up simply building OpenCV without any SIMD instructions, which requires the cmake options
-DCPU_BASELINE=OFF -DCPU_DISPATCH=OFF Probably not optimal but it's fast enough for me. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
