Skip to content

Re-enable x86 for Android and x86_64 for iOS #22

Open
@Johennes

Description

@Johennes

Due to size limits on npmjs.com, we had to disable some x86 for Android and x86_64 for iOS with 54ca156 and 58b948f. Ideally we'd be able to distribute the binaries for these platforms as well.

I couldn't find it documented but the size limit might be around 200mb packed. Without these architectures, the package is around 175mb.

Possible solutions I've thought of so far:

  1. Don't include any binaries at all and let consumers build them on their own
  2. Host the binaries somewhere else and download them with a package.json script on install

CC @olliiiver since you've contributed some fixes for the x86 builds in the past and might possibly be relying on them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions