robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.09k stars 44 forks source link

Skip WebAssembly on Windows CI #59

Closed robertknight closed 4 months ago

robertknight commented 4 months ago

The Windows CI build is much slower than Linux. We only need to build and test wasm on one host platform, so do it on Linux. This change was made in the RTen repository previously.