wg / v8vm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v8vm - embedded v8

v8vm provides a high-level interface for embedding the v8 JavaScript VM in Rust programs. v8vm executes a JavaScript module in a separate thread and provides an asynchronous interface for invoking functions exported by the module, as well as an extension interface allowing JavaScript code to invoke synchronous and asynchronous Rust code.

About

License:Apache License 2.0


Languages

Language:Rust 100.0%