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

[v8] Stop using deprecated fields of v8::FastApiCallbackOptions #192

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

gahaas
Copy link

@gahaas gahaas commented Jun 21, 2024

Two fields on the v8::FastApiCallbackOptions struct were deprecated recently, fallback and wasm_memory. This PR removes uses of these two fields in node.js.

This change is a refactoring and does not add new features. Therefore existing tests should be sufficient.

@gahaas gahaas marked this pull request as ready for review June 21, 2024 12:39
Copy link

@isheludko isheludko left a comment

Choose a reason for hiding this comment

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

LGTM

@isheludko isheludko merged commit 286ed38 into v8:node-ci-2024-06-03 Jun 21, 2024
24 of 29 checks passed
@gahaas gahaas deleted the 2024-06-21_fix_name branch June 21, 2024 12:44
gahaas added a commit to gahaas/node that referenced this pull request Jun 24, 2024
gahaas added a commit to gahaas/node that referenced this pull request Jun 24, 2024
victorgomes pushed a commit that referenced this pull request Jun 24, 2024
* [wasi] Stop using V8 fast API

* Revert "[wasi] Stop using V8 fast API"

This reverts commit 0d5d171.

* Revert "[v8] Stop using deprecated fields of v8::FastApiCallbackOptions (#192)"

This reverts commit 286ed38.
pthier pushed a commit that referenced this pull request Jul 15, 2024
* [wasi] Stop using V8 fast API

* Revert "[wasi] Stop using V8 fast API"

This reverts commit 0d5d171.

* Revert "[v8] Stop using deprecated fields of v8::FastApiCallbackOptions (#192)"

This reverts commit 286ed38.
victorgomes added a commit that referenced this pull request Aug 22, 2024
victorgomes pushed a commit that referenced this pull request Aug 22, 2024
* [wasi] Stop using V8 fast API

* Revert "[wasi] Stop using V8 fast API"

This reverts commit 0d5d171.

* Revert "[v8] Stop using deprecated fields of v8::FastApiCallbackOptions (#192)"

This reverts commit 286ed38.
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