Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.29 KB

README-EN.md

File metadata and controls

47 lines (30 loc) · 1.29 KB

JS_Engine

| 中文 | English |

JsEngine is implemented based on ScriptX and NodeJs, supporting JavaScript plugins running in EndStone.

📚 Documentation

Visit our online documentation to learn more about:

  • 🚀 Quick Start
  • 📦 Installation Guide
  • 🔧 Plugin Development
  • 📖 API Reference

💻 Supported Platforms

Platform Backend Version CommonJs ESM package manager
Windows NodeJs v22.12.0 y y npm
Linux NodeJs v22.12.0 y y npm

🔨 Building from Source

Before building, make sure you have installed the following toolchains:

  • Xmake
  • MSVC++ 2019 or higher (Windows only)
  • LLVM 15 (with Clang, libc++) (Linux only)
git clone --depth=1 https://github.com/engsr6982/JS_Engine.git
cd JS_Engine
xmake -y

🎬 Contributing

Issues and Pull Requests are welcome.

📍 License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

Star History

Star History Chart