js24
Spidermonkey JavaScript shell
Install
- All systems
-
curl cmd.cat/js24.sh
- Debian
-
apt-get install libmozjs-24-bin
- Ubuntu
-
apt-get install libmozjs-24-bin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmozjs-24-bin
- Raspbian
-
apt-get install libmozjs-24-bin
- Dockerfile
- dockerfile.run/js24
libmozjs-24-bin
Spidermonkey JavaScript shell
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 js24 JavaScript interpreter.