tinygo/src/runtime/arch_wasm.go
2018-09-20 20:52:59 +02:00

11 строки
199 Б
Go

// +build wasm,!avr
package runtime
const GOARCH = "wasm"
// The length type used inside strings and slices.
type lenType uint32
// The bitness of the CPU (e.g. 8, 32, 64).
const TargetBits = 32