Experimental xtensa support

This commit is contained in:
Christoffer Lerno
2024-07-30 22:10:39 +02:00
parent d212f7d946
commit e1a13e433f
11 changed files with 92 additions and 14 deletions

View File

@@ -112,6 +112,7 @@ enum ArchType
WASM64, // WebAssembly with 64-bit pointers
RSCRIPT32, // 32-bit RenderScript
RSCRIPT64, // 64-bit RenderScript
XTENSA, // Xtensa
}
const OsType OS_TYPE = (OsType)$$OS_TYPE;