-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add musl build * chore: bump version to publish
- Loading branch information
1 parent
de9e518
commit 5b31d63
Showing
10 changed files
with
143 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@chainsafe/blst-linux-arm64-musl` | ||
|
||
This is the **aarch64-unknown-linux-musl** binary for `@chainsafe/blst` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "@chainsafe/blst-linux-arm64-musl", | ||
"version": "2.0.2", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "blst.linux-arm64-musl.node", | ||
"files": [ | ||
"blst.linux-arm64-musl.node" | ||
], | ||
"description": "Typescript wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library", | ||
"keywords": [ | ||
"bls", | ||
"bls12-381", | ||
"blst", | ||
"crypto", | ||
"ethereum", | ||
"napi" | ||
], | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">= 16" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChainSafe/blst-ts" | ||
}, | ||
"libc": [ | ||
"musl" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@chainsafe/blst-linux-x64-musl` | ||
|
||
This is the **x86_64-unknown-linux-musl** binary for `@chainsafe/blst` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"name": "@chainsafe/blst-linux-x64-musl", | ||
"version": "2.0.2", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "blst.linux-x64-musl.node", | ||
"files": [ | ||
"blst.linux-x64-musl.node" | ||
], | ||
"description": "Typescript wrapper for supranational/blst native bindings, a highly performant BLS12-381 signature library", | ||
"keywords": [ | ||
"bls", | ||
"bls12-381", | ||
"blst", | ||
"crypto", | ||
"ethereum", | ||
"napi" | ||
], | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">= 16" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ChainSafe/blst-ts" | ||
}, | ||
"libc": [ | ||
"musl" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters