| Crates.io | ezjs |
| lib.rs | ezjs |
| version | 0.1.1 |
| created_at | 2021-04-04 07:32:04.793865+00 |
| updated_at | 2021-05-11 07:36:30.66036+00 |
| description | ezjs is a simple and micro Javascript (ES5) engine is Rust. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 378681 |
| size | 215,413 |
A pure Rust implementation for Javascript (ES5 strict mode), including a simple bytecode virtual machine. Whole design is inspired from https://mujs.com/ .