( TCH | 2020. 03. 11., sze – 09:16 )

> Butaság azt a kritériumot felállítani az emulátorral szemben, hogy egy emulátornak muszáj komoly sebességcsökkenést okoznia. És ha nem okoz, akkor máris nem lehet emulátornak hívni. Ilyen kritériumot nem is szabott senki, mivel nem is a sebességcsökkenésen van a hangsúly, hanem arról, hogy a WINE semmi olyat nem csinál, amit emulációnak - azaz utánzásnak - lehet hívni, sem hardware-esen, sem szoftveresen, mivel nem emulál sem virtuális gépeket sem fake windows kernelt, csak átfordítja az API hívásokat az adott OS hívásaira.
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
API-emulátornak talán lehetne hívni, de nem annak szokták, hanem API-wrappernek.