Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

COMPARISON.md

File metadata and controls

17 lines (14 loc) · 1.03 KB

Comparison

Features Elsa (unreleased) Deno v1.3.3 Node.js v14.4.0
Language Go Rust C++
JS engine Quickjs V8 V8
Bundler Yes Yes No
HTTP imports Yes Yes No
In-built package manager No No Yes
Compiling to executable Yes Yes No (third party)
Explicit imports Yes Yes No
Secure by default Yes Yes No
Binary size ~12mb * ~44mb * ~68mb

* Lacks data for Intl and toLocaleString

The list is not complete and there is more to add, feel free to open a PR for the same.