sane-wasm icon indicating copy to clipboard operation
sane-wasm copied to clipboard

A WebAssembly port of the SANE API.

Results 3 sane-wasm issues
Sort by recently updated
recently updated
newest added

While `scanimage -L` correctly lists one device: `device brother5:bus1;dev1' is a Brother ADS-1700W USB scanner` `sane_get_devices()` returns an empty device list in the code below: ``` import { SANEStatus, libsane...

The genesys backend (http://www.sane-project.org/sane-backends.html#S-GENESYS) is used by a fair number of devices, so it would be good to find the issue that is causing it to lock during `sane_get_devices`, and...

good first issue

During the sane-wasm build we are suppose to set number_of_devices to 0 (test backend). But I've discovered an issue with that option, see `build.sh` comment: https://github.com/goncalomb/sane-wasm/blob/3100bc98c037cd8ff63ea19c8dd98e3f13931b2f/build.sh#L236-L251 The issue is most...

good first issue