Documentation ¶
Overview ¶
Package trap enumerates trap identifiers.
Index ¶
Constants ¶
View Source
const ( Exit = ID(wagtrap.Exit) NoFunction = ID(wagtrap.NoFunction) Suspended = ID(wagtrap.Suspended) Unreachable = ID(wagtrap.Unreachable) CallStackExhausted = ID(wagtrap.CallStackExhausted) MemoryAccessOutOfBounds = ID(wagtrap.MemoryAccessOutOfBounds) IndirectCallIndexOutOfBounds = ID(wagtrap.IndirectCallIndexOutOfBounds) IndirectCallSignatureMismatch = ID(wagtrap.IndirectCallSignatureMismatch) IntegerDivideByZero = ID(wagtrap.IntegerDivideByZero) IntegerOverflow = ID(wagtrap.IntegerOverflow) Breakpoint = ID(wagtrap.Breakpoint) ABIDeficiency = ID(27) ABIViolation = ID(28) InternalError = ID(29) Killed = ID(30) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.