Open
Description
Are there plans to add x86 support?
- Windows 10 Pro 22H2 x64
- tinygo version 0.26.0 windows/amd64 (using go version go1.19.4 and LLVM version 14.0.0)
- GCC 12.2.0 + LLVM/Clang/LLD/LLDB 14.0.6 + MinGW-w64 10.0.0 (MSVCRT)
Input:
$Env:GOARCH=386
tinygo build -no-debug -o result.exe
Result:
error: failed to hash file: open O:\TinyGo\src\runtime\asm_386_windows.S: The system cannot find the file specified.