ChainSafe / blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
Other
18 stars 13 forks source link

Move building code out of src #117

Closed jeluard closed 1 week ago

jeluard commented 8 months ago

End-user code and code used to generate bindings are currently mixed in src. Similarly, required dependencies are added to the same module.

Find a way to separate both so that only the end user code is bundled, and no extra dependencies are leaked downstream.

matthewkeil commented 6 months ago

A best effort was made to support this. There are a couple more items that need to be handled in upcoming PR.

philknows commented 1 week ago

No longer relevant after napi-rs refactor. Closing.