1 2 3 4 5 6 7 8
//go:build !tinygo.riscv && !cortexm // +build !tinygo.riscv,!cortexm package runtime func waitForEvents() { runtimePanic("deadlocked: no event source") }