mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
runtime: add proper arm arch
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// +build arm
|
||||
|
||||
package runtime
|
||||
|
||||
const GOARCH = "arm"
|
||||
|
||||
// The length type used inside strings and slices.
|
||||
type lenType uint32
|
||||
|
||||
// The bitness of the CPU (e.g. 8, 32, 64).
|
||||
const TargetBits = 32
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build wasm,!avr
|
||||
// +build wasm,!arm,!avr
|
||||
|
||||
package runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user