Rust, wasm32, facial feature tracking

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.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.