1 unstable release

0.0.1 Sep 30, 2022

#33 in #v8

Apache-2.0

30KB
755 lines

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.

Dependencies

~80MB
~1.5M SLoC