29 releases
| new 0.14.3 | Dec 18, 2025 |
|---|---|
| 0.10.1 | Mar 25, 2019 |
| 0.9.5 | Nov 15, 2018 |
| 0.7.1 | May 30, 2018 |
| 0.1.8 | Nov 10, 2017 |
#165 in Memory management
8,784 downloads per month
Used in 3 crates
87MB
1.5M
SLoC
This crate contains Rust bindings to the SpiderMonkey Javascript engine developed by Mozilla.
These bindings are designed to be a fairly straightforward translation to the C++ API, while taking advantage of Rust's memory safety. For more about the Spidermonkey API, see the embedding examples on GitHub.
The code from User Guide sections A minimal example and Running scripts are also included.
mozjs
Rust bindings to SpiderMonkey
See https://github.com/servo/mozjs/blob/main/README.md for build instructions.
Dependencies
~4–13MB
~242K SLoC