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

fix(cli): add NAPI support in standalone mode #24642

Merged
merged 4 commits into from
Jul 21, 2024

Conversation

Mutefish0
Copy link
Contributor

Currently, importing Node-Addons modules in a standalone binary results in a missing symbol called error (#24614). Because the NAPI symbols are not exported in this mode. This PR should fix the issue.

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@littledivy littledivy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@littledivy littledivy requested a review from devsnek July 21, 2024 10:36
@devsnek devsnek merged commit 4e8f587 into denoland:main Jul 21, 2024
17 checks passed
bartlomieju pushed a commit that referenced this pull request Jul 22, 2024
Currently, importing Node-Addons modules in a standalone binary results
in a `missing symbol called` error
(#24614). Because the NAPI
symbols are not exported in this mode. This PR should fix the issue.
bartlomieju added a commit that referenced this pull request Jul 22, 2024
bartlomieju added a commit to bartlomieju/deno that referenced this pull request Jul 23, 2024
bartlomieju added a commit that referenced this pull request Jul 23, 2024
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.

None yet

4 participants