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.
Two fields on the
v8::FastApiCallbackOptions
struct were deprecated recently,fallback
andwasm_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.