-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web support #77
Comments
I haven't investigated but the most important problem is that web is not supported by If you have any ideas, maybe we can try to work more on it. |
i think this will be possible when this is available dart-lang/sdk#46690 |
@abdelaziz-mahdy Yes you are right, will keep tracking. |
I noticed wasm_ffi project: looks like possible to use a |
If opencv can be compiled to wasm, it will lead to this package being cross platform, which will most probably replace the image lib for the performance sensitive apps Since the image lib is not as fast as opencv |
Yes, will try to build opencv for wasm |
Hi, any update about openCV for wasm? |
I havn't managed to build it successfully so it's stuck. And I have no much time recently, so it seems to be a long way to go. |
does a repo exist for your tries? i may try to work on it too (we may make it work step by step) |
WASM for OpenCV itself is okay, you can find the static library at https://github.com/rainyl/opencv.full/actions/runs/11481954041, but I didn't managed to build the dynamic libraries for C wrappers because emsdk doesn't support shared library when using cmake (not sure about the supporting status now). So you can download the static |
Do you think this package can run opencv web assembly? Or it will be alot of work?
The text was updated successfully, but these errors were encountered: