Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

feat(binaries): precompile binaries #64

Merged
merged 8 commits into from
Nov 4, 2022
Merged

feat(binaries): precompile binaries #64

merged 8 commits into from
Nov 4, 2022

Conversation

JonasBa
Copy link
Member

@JonasBa JonasBa commented Nov 3, 2022

Provide precompiled binaries.

This PR fixes #49 by providing precompiled binaries for macos (x86 as there is no github runner for arm yet), windows and linux. Since binary sizes are small, we just ship them as part of the npm package. If build is not available after installing the package, the package will build from source.

This partially mitigates installation problems for some envs that may ship without the tooling required to build the bindings.

@JonasBa JonasBa force-pushed the jb/feat/precompile branch 16 times, most recently from c08ec1f to 07940dd Compare November 4, 2022 02:10
@JonasBa JonasBa force-pushed the jb/feat/precompile branch 5 times, most recently from fb51fae to c65afab Compare November 4, 2022 14:10
@JonasBa JonasBa force-pushed the jb/feat/precompile branch from c65afab to a839921 Compare November 4, 2022 14:19
@JonasBa JonasBa force-pushed the jb/feat/precompile branch 2 times, most recently from 0f685ad to 537d743 Compare November 4, 2022 15:37
@JonasBa JonasBa force-pushed the jb/feat/precompile branch 2 times, most recently from 38f7eae to 014fc67 Compare November 4, 2022 16:08
@JonasBa JonasBa force-pushed the jb/feat/precompile branch 3 times, most recently from eb0b54d to 67e613f Compare November 4, 2022 16:17
@JonasBa JonasBa force-pushed the jb/feat/precompile branch from 67e613f to 0e16e23 Compare November 4, 2022 16:41
@JonasBa JonasBa force-pushed the jb/feat/precompile branch 6 times, most recently from 9639f15 to 5d609fa Compare November 4, 2022 18:51
@JonasBa JonasBa force-pushed the jb/feat/precompile branch from 5d609fa to 7aa022c Compare November 4, 2022 19:03
@JonasBa JonasBa marked this pull request as ready for review November 4, 2022 19:08
@JonasBa JonasBa force-pushed the jb/feat/precompile branch from b00c478 to d1cefd5 Compare November 4, 2022 19:14
@JonasBa JonasBa merged commit 08a4276 into main Nov 4, 2022
@JonasBa JonasBa deleted the jb/feat/precompile branch November 4, 2022 19:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm: provide precompiled binaries
1 participant