35 releases
| 0.15.0 | Feb 2, 2026 |
|---|---|
| 0.14.4 | Dec 28, 2025 |
| 0.10.1 | Mar 25, 2019 |
| 0.9.5 | Nov 15, 2018 |
| 0.1.8 | Nov 10, 2017 |
#177 in Memory management
23,262 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
~244K SLoC