-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update prebuilds #50
Update prebuilds #50
Conversation
js_ffi_create_function | ||
js_ffi_create_function_info | ||
js_ffi_create_type_info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The experimental FFI API is now removed.
js_remove_teardown_callback | ||
js_remove_wrap | ||
js_request_garbage_collection | ||
js_resolve_deferred | ||
js_run_module | ||
js_run_script | ||
js_send_inspector_request | ||
js_set_arraybuffer_zero_fill_enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was an internal function previously used by bare-buffer
.
js_create_function | ||
js_create_function_with_ffi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto on #50 (comment).
This updates V8 to v13.2 and removes the experimental FFI API in favour of the new typed function API which is ABI versioned.