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

Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptions #196

Merged

Commits on Jun 27, 2024

  1. Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptions

    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 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f611a94 View commit details
    Browse the repository at this point in the history
  2. return correct type

    gahaas committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ed67c5b View commit details
    Browse the repository at this point in the history