Closed yassCan closed 2 years ago
deno compile is good but compiling to purely native binary is better, by using an AOT compiler like NecatrJS or ChowJS
deno compile
This is out of scope. We execute JS with V8. Executing JS with anything other than V8 is out of scope for Deno.
deno compile
is good but compiling to purely native binary is better, by using an AOT compiler like NecatrJS or ChowJS