import "github.com/tsavola/wag/trap"
Package trap enumerates trap identifiers.
const ( Exit = ID(iota) NoFunction // Recoverable (nonportable). Return address must be adjusted. Suspended // Recoverable (portable). Unreachable CallStackExhausted // Recoverable (portable). MemoryAccessOutOfBounds IndirectCallIndexOutOfBounds IndirectCallSignatureMismatch IntegerDivideByZero IntegerOverflow Breakpoint // Recoverable (portable). NumTraps )
Package trap imports 1 packages (graph) and is imported by 8 packages. Updated 2020-01-27. Refresh now. Tools for package owners.