Skip to content

Update platform initialization for newest libnode revisions #218

Closed
@samardzicneo

Description

@samardzicneo

The current code used to initialize Nodejs (CreatePlatform and CreateEnvironment) is using an older version of the libnode embedding API.
The new version removes the execArgs parameter for CreatePlatform and adds a new parameter to CreateEnvironment that lets you specify the platform version (I'm not sure what this does exactly, in my testing it kinda did nothing).

Are there plans to support this new API? How would a backwards-compatible variant of this even look, considering that the delegate pointers for both of these have strongly-typed parameters?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions