jsvm 基于acron,使用纯js实现的一个js编译&解释器,用于在没有webassenbly环境的情况下加密关键前端代码。作为虚拟机上的解释器,当然性能就不要指望了,最好不要用来做大计算量的任务。 项目运行起来会启动一个简单的页面,用来跑测试代码和演示功能。 Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your tests npm run test Lints and fixes files npm run lint Customize configuration See Configuration Reference.