Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
/ leveldown Public archive
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Build for 32 bit platforms or only x64? #554

@ralphtheninja

Description

@ralphtheninja

We need to modify so prebuildify also builds for 32 bit if this is the case. Linux and Windows.

For each platform-arch we will build two binaries, so if we build for x64 only on mac, linux and windows the resulting prebuilds/ folder will look like:

$ tree
.
├── darwin-x64
│   ├── electron-napi.node
│   └── node-napi.node
├── linux-x64
│   ├── electron-napi.node
│   └── node-napi.node
└── win32-x64
    ├── electron-napi.node
    └── node-napi.node

How common is 32 bit? Will people cry on windows? Personally I'd go for the above setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions