denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
97.17k stars 5.37k forks source link

Suggestion: Supporting Native AOT compilers for Denojs like Hermes, NectarJS or ChowJS #14125

Closed yassCan closed 2 years ago

yassCan commented 2 years ago

deno compile is good but compiling to purely native binary is better, by using an AOT compiler like NecatrJS or ChowJS

lucacasonato commented 2 years ago

This is out of scope. We execute JS with V8. Executing JS with anything other than V8 is out of scope for Deno.