github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/runtime/arch_tinygoriscv32.go (about) 1 //go:build tinygo.riscv32 2 3 package runtime 4 5 const GOARCH = "arm" // riscv pretends to be arm 6 7 // The bitness of the CPU (e.g. 8, 32, 64). 8 const TargetBits = 32