I'm using ObjectBox Go to replace SQLite for my app, which is supposed to run on standard PC (Linux/Windows/macOS), mobile phone (Android and iOS devices) and Web Browser (via wasm).
We need to install object box's binary library on developer machine, but it is impossible to do so on customer's device. Is there a distributable version of a binary library of ObjectBox Go? Or should I have to include the install.sh in my install script or build my own?