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

Implement full bindings for v8::Platform #1290

Open
mmastrac opened this issue Jul 27, 2023 · 1 comment
Open

Implement full bindings for v8::Platform #1290

mmastrac opened this issue Jul 27, 2023 · 1 comment

Comments

@mmastrac
Copy link
Member

mmastrac commented Jul 27, 2023

We are likely going to need to create a custom v8::Platform in the long term, so getting a start on this is going to be important. We prototyped mapping C++ vtables to Rust in #1275 and this would be a natural extension of that work, though it could potentially be more brittle.

It might make sense for us just to expose the task management APIs for now, but this may require investigation.

cc @aapoalas

@aapoalas
Copy link
Contributor

Are you reading my mind?! I've had this on my mind the last few weeks and thought I'd surprise the lot of ya by suddenly busting out a complete v8::Platform subclassing solution in Rust.

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

No branches or pull requests

2 participants