rusty-ferris-club/decompress

Nodejs native bindings with `neon`

Opened this issue · 0 comments

Suggestion / Feature Request

Use neon to wrap the main decompress API for node.js. This does not require any knowledge of decompress other than its public API, and the API lend itself to FFI very well.

  • Build an ergonomic Node API (play with Neon, provide a suggestion first)
  • CI build for multi-platform binaries for the binding (see how other projects do it)