CatchTheTornado / askql

AskQL is a query language that can express any data request
https://askql.org/
MIT License
387 stars 27 forks source link

Use Jerryscript to run AskVM #142

Open czerwinskilukasz1 opened 4 years ago

czerwinskilukasz1 commented 4 years ago

In order to run current AskVM on small devices, we should use the lightest possible Javascript engine. I think Jerryscript is a good candidate.

JerryScript is a lightweight JavaScript engine for resource-constrained devices such as microcontrollers. It can run on devices with less than 64 KB of RAM and less than 200 KB of flash memory.

mhagmajer commented 4 years ago

Good observation. Is this actionable for us in this repo or is it something that we could add to documentation? We only depend on Node environment for node specific resources in https://github.com/xFAANG/askql/tree/master/src/askvm/resources/node. Except Node and JerryScript there are other interesting JS runtimes such us Deno and web browsers.

czerwinskilukasz1 commented 4 years ago

Good observation. Is this actionable for us in this repo or is it something that we could add to documentation?

I think I couldn't understand your questions. Could you rephrase it?