node-gdal-async: gdal-async is not compatible with Electron

  • Electron does not export zlib which GDAL uses
    • opening compressed files is to be disabled
  • Electron does not export OpenSSL which GDAL uses
    • https is to be disabled
  • Electron has a (build??) problem with the new GetBackingStore V8 API https://github.com/electron/electron/issues/29893
    • a workaround is to be implemented

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Comments: 16 (10 by maintainers)

Most upvoted comments

This continues to be a huge problem on Windows - where Electron is built with a different C++ runtime from Node.js - and cannot be cleanly solved until #35