pacquet
pacquet copied to clipboard
Use napi-rs to provide npm package
Is is possible that using napi-rs to provide npm package?
Now, bin use child_process which is not good idea
In my opinion, pacquet is similar to pnpm in its use case - it is meant for cli usage rather than programmatically calling APIs. So the current solution may already sufficiently cover the intended use cases. Additionally, JavaScript-Rust interop introduces extra overhead.