# Packages
No description provided by the author
Package debug is a very partially implemented package to allow compilation.
Package interrupt provides access to hardware interrupts.
No description provided by the author
No description provided by the author
Stubs for the runtime/trace package.
Package volatile provides definitions for volatile loads and stores.
# Functions
Stub for Breakpoint, does not do anything.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Goexit terminates the currently running goroutine.
No description provided by the author
No description provided by the author
KeepAlive makes sure the value in the interface is alive until at least the point of the call.
LockOSThread wires the calling goroutine to its current operating system thread.
Stub for NumCgoCall, does not return the real value.
NumCPU returns the number of logical CPUs usable by the current process.
Stub for NumGoroutine, does not return the real value.
No description provided by the author
UnlockOSThread undoes an earlier call to LockOSThread.
Version returns the Tinygo tree's version string.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
The bitness of the CPU (e.g.
# Interfaces
The Error interface identifies a run time error.