Closed maninkari closed 3 years ago
There’s a ‘rayon’ feature flag that should do this - see https://github.com/image-rs/imageproc/pull/419
Thank you, I managed to get rid of the error by doing this in Cargo.toml
imageproc = { version = "0.22", default-features = false }
Is there a way to disable rayon multithreading when using this library? My code keeps breaking because of rayon, not sure if it is because of trying to run multithreading in wasm. Thanks!