- 版权类型
- 原创
- 语言支持
- 中文(简体)
JS_Engine
| 中文 | 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)
Bash:
git clone --depth=1 https://github.com/engsr6982/JS_Engine.git
cd JS_Engine
xmake -y