v8vm

Crates.iov8vm
lib.rsv8vm
version0.0.1
sourcesrc
created_at2022-09-30 03:59:05.657852
updated_at2022-09-30 03:59:05.657852
descriptionembedded v8
homepage
repository
max_upload_size
id677052
size77,188
Will Glozer (wg)

documentation

README

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.

Commit count: 0

cargo fmt