Executable ↔ portable binary Machine Code executable, Compiled to run platform specific
aka Binary-Executable, Binary
.app
macOS Application Bundle to Package & run mac-specific Executable
.exe
portable binary executable to Package & deliver Programs on Windows
Script
uncompiled executable files, often as plaintext
.msi
Windows Application installer superset of .exe
References
.app↔ macOS Application Bundle to Package & run mac-specific ExecutableMachine Code↔ 0's & 1's. Binary Executable, generated via Interpretation or Compiled Language.Zero Deps↔ of vanilla (JS/Programming Language/Binary) Lib to run out-of-box w/o req external Depswasm module↔ Web Assembly Binary file (executable Machine Code)Code-space↔ Space to contain JIT CompiledCodeobjects for executable memory (may also allocate inside Executable JITCodein Large-object-space)Compiled Language↔ of Programming Language where entire Source Code convert into Machine Code all at once, written to portable Binary file, executable later by any Computer