Skip to content

feat: add raw variant functions for callback functions#8

Merged
wemeetagain merged 1 commit intomainfrom
nh/raw-variant-functions
Mar 19, 2026
Merged

feat: add raw variant functions for callback functions#8
wemeetagain merged 1 commit intomainfrom
nh/raw-variant-functions

Conversation

@nazarhussain
Copy link
Copy Markdown
Contributor

This is a clean API extension with no behavioral change to existing callers.

  • Adds callFunctionRaw, newInstanceRaw, makeCallbackRaw — versions that accept []const c.napi_value directly
    instead of tuples
  • Refactors existing tuple-based functions to delegate to the raw variants

@nazarhussain nazarhussain changed the title feat: add Raw variant functions for callback functions feat: add raw variant functions for callback functions Mar 19, 2026
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.

2 participants