js17-config
Spidermonkey javascript library - development headers
Install
- All systems
-
curl cmd.cat/js17-config.sh
- Ubuntu
-
apt-get install libmozjs-17.0-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmozjs-17.0-dev
- Raspbian
-
apt-get install libmozjs-17.0-dev
- Dockerfile
- dockerfile.run/js17-config
libmozjs-17.0-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.