recrypt-node-binding icon indicating copy to clipboard operation
recrypt-node-binding copied to clipboard

Bindings from recrypt-rs to work with NodeJS

Results 4 recrypt-node-binding issues
Sort by recently updated
recently updated
newest added

`neon` is coming up with a new build/distribution process, the experimental example project is [here](https://github.com/dherman/sniff-bytes). Check it out and see if it will work to replace node-pre-gyp for us.

Apparently neon binaries are supposed to be portable across Node versions. Investigate how that would affect our build and release process, we may be able to cut down on the...

Now that there is a manually written `index.js` as the entrypoint, we're duplicating a lot of work between `index.js` and `index.d.ts` that is error prone. Write an `index.ts` that replaces...

Similar to what we did for the wasm-binding code, we should implement changes to the node-bindings to map errors to extract out the internal error message from recrypt-rs and expose...