On Wed, Feb 10, 2021 at 2:28 PM saber mesgari <[email protected]> wrote: > > Hi, > > Project fly.rs is a rust project using V8 to run JavaScript code as > applications. It support HTTP requests and methods like: "addEventListener". > But now the project has been archived and the last valid build is for two > years ago and with an old V8 version(7.0.x). > > Do you know any update version of this project or any similar project? > > Thanks
If you're looking for mostly 1-to-1 bindings to V8: https://github.com/denoland/rusty_v8 - maintained by the Deno people (me and others) and in active use. If you want something with more bells and whistles (HTTP, TLS, timers, file I/O, etc.): https://github.com/denoland/deno (split up in several crates that you can embed in your own application) -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAHQurc_pPgbVFzwEdwVZh8z60-_hGM7Crr-knVbP_wp%3D2arMmA%40mail.gmail.com.
