nenadmarkus / picojs

A face detection library in 200 lines of JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A rust webassembly implementation

Yuyz0112 opened this issue · comments

commented

Great project and good to see you already had a wasm version in C.

I also write a Rust wasm version and here is the code: picojs-rust-wasm

Maybe we can do more comparative experiment to find the performance difference between each version :)