js-config
Spidermonkey javascript library - development headers
Install
- All systems
-
curl cmd.cat/js-config.sh
- Debian
-
apt-get install libmozjs185-dev - Ubuntu
-
apt-get install libmozjs185-dev - Arch Linux
-
pacman -S js185 - Kali Linux
-
apt-get install libmozjs185-dev - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libmozjs185-dev - Raspbian
-
apt-get install libmozjs185-dev
libmozjs185-dev
Spidermonkey javascript library - development headers
SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript. It is intended to be embedded in other applications that provide host environments for JavaScript. This package contains the header files and static library which is needed for developing Spidermonkey embedders.