Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reland: [v8] Stop using deprecated fields of v8::FastApiCallbackOptio…
…ns (#196) * 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. * return correct type
- Loading branch information