-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
规划中的JS引擎是计划集成哪一个吗, 能支持node生态吗 #7
Comments
cortex-M的芯片很难跑得起node级别的js吧 |
有了js引擎,图像的渲染引擎也要跟上啊 |
感觉可能是v8 |
不可能是v8,不过v8最近在搞一个能在iot上跑的裁剪功能的分支,看什么时候能稳定。 |
我总觉得,M系列的跑js有点吃力.跑lua倒是挺不错的.也是脚本 |
其实最好的是用FORTH(近汇编的执行效率,代码也小)语言,直接在核心层,然后只要搞翻译层,js to FORTH, LUA to FORTH ... |
或者quickjs https://bellard.org/quickjs/ 能否考虑下 |
觉得对于嵌入式M系列等低端的芯片来说,加入lua挺合适的。 |
js需要强大的渲染啊,mcu难以支撑吧,而且资源也很大,为啥不上linux呢 |
No description provided.
The text was updated successfully, but these errors were encountered: