Feature and motivation
Quick check of what architectures are supported by each driver...
Which of these should we support?
Do we need to wait until we can get rust and/or bazel to cross compile?
It looks like cross-compilation with cross might be straightforward - https://kerkour.com/rust-cross-compilation
| Architecture |
chromedriver |
edgedriver |
geckodriver |
| mac64 |
✅ |
✅ |
✅ 10% |
| linux64 |
✅ |
✅ |
✅ 48% |
| win32 |
✅ |
✅ |
✅ 5% |
| mac-arm64 |
✅ |
✅ |
✅ 10% |
| linux-arm64 |
❌ |
❌ |
🔲 2% |
| linux-32 |
❌ |
❌ |
🔲 1% |
| win-arm64 |
❌ |
✅ |
✅ 2% |
| win64 |
❌ |
✅ |
✅ 28% |
Feature and motivation
Quick check of what architectures are supported by each driver...
Which of these should we support?
Do we need to wait until we can get rust and/or bazel to cross compile?
It looks like cross-compilation with
crossmight be straightforward - https://kerkour.com/rust-cross-compilation