rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

Implement full bindings for v8::Platform

Open mmastrac opened this issue 2 years ago • 1 comments
trafficstars

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

mmastrac avatar Jul 27 '23 13:07 mmastrac

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.

aapoalas avatar Jul 27 '23 13:07 aapoalas