Is there any Rust crate that:
(1) runs on wasm32
(2) can extract facial features from webcam (head position / rotation, eyebrows, eyes shape, mouth shape)
I've looked at crates.io, and all I'm seeing are a bunch of bindings to OpenCV, and I am hesitant to try to build OpenCV to wasm32.