| Crates.io | v8vm |
| lib.rs | v8vm |
| version | 0.0.1 |
| created_at | 2022-09-30 03:59:05.657852+00 |
| updated_at | 2022-09-30 03:59:05.657852+00 |
| description | embedded v8 |
| homepage | |
| repository | |
| max_upload_size | |
| id | 677052 |
| size | 77,188 |
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.