Add new CPU architecture: alpha

This commit is contained in:
Faisal Salman
2025-07-21 11:43:26 +07:00
parent c9d008e97a
commit 088383b9bd
4 changed files with 24 additions and 6 deletions

View File

@@ -175,6 +175,7 @@ const BrowserType = Object.freeze({
const CPU = Object.freeze({
'68K': '68k',
ALPHA: 'alpha',
ARM : 'arm',
ARM_64: 'arm64',
ARM_HF: 'armhf',