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 update
sudo apt-get install libmozjs185-dev
- Raspbian
-
apt-get install libmozjs185-dev
- Dockerfile
- dockerfile.run/js-config
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.