twistedfall
twistedfall
Not that I have tested it in any way, but did you try doing what it suggested? ``` Use PKG_CONFIG_ALLOW_CROSS=1 to override ```
I see. Well, the current build process is targeted at using OpenCV as a native shared library which is not supported in wasm environment obviously. I do have plans to...
Hi, well, this task is up for grabs if you feel like it. I've done a preliminary investigation and it's not an easy deal. You would need to have some...
Nope, no real work has been done in that direction yet as far as I know.
Not really, I don’t think something like this has ever been done to be honest.
Alternatively it may be possible to build OpenCV as static wasm and link it directly to the Rust wasm binary. As far as I know this will imply going around...
That's a good start, I didn't realize it existed! It might be way simpler to go this way. For now I'm not sure how do you statically link another wasm...
I would prefer to keep it open as a todo item if you don’t mind
Can you please do a `cargo clean` and then build with `cargo build -vv` and attach that output? The one you attached is missing some important debug data.
Hi, it's been reported previously in https://github.com/twistedfall/opencv-rust/issues/260 too. I haven't managed to find out what exactly is causing this problem so far. I'll try to give it another spin. As...