Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Writing create-neon in Rust as a neon module #1

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kjvalencik
Copy link
Member

@kjvalencik kjvalencik commented Dec 16, 2020

This includes a proof of concept neon-cargo wrapper for cargo that can optionally copy output files. It currently only copies the first file, but maybe it should copy all of them only renaming the first?

alias cargo="$(pwd)/neon-cargo -o create-neon=index.node --"
cargo build

Multiple -o parameters can be provided if this is a workspace with multiple neon modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant