| 中文 | English |
JsEngine 基于 ScriptX 和 NodeJs 实现,支持在 EndStone 中运行 JavaScript 插件。
访问我们的在线文档了解更多信息,包括:
- 🚀 快速开始
- 📦 安装指南
- 🔧 插件开发
- 📖 API 参考
Platform | Backend | Version | CommonJs | ESM | package manager |
---|---|---|---|---|---|
Windows | NodeJs | v22.12.0 | y | y | npm |
Linux | NodeJs | v22.12.0 | y | y | npm |
在编译之前,确保您已经安装了以下工具链:
- xmake
- MSVC 2019 或更高版本 (仅限 Windows)
- LLVM 15 (附带 Clang、libc++) (仅限 Linux)
git clone --depth=1 https://github.com/engsr6982/JS_Engine.git
cd JS_Engine
xmake -y
欢迎提交 Issue 和 Pull Request。
本项目采用 GPL-3.0 许可证。