Skip to content

Commit

Permalink
Remove unused constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Nov 16, 2024
1 parent a986945 commit 4378290
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ww.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ import (
protoutils "github.com/wetware/go/util/proto"
)

// These special exit codes are reserved by Wetware. It is assumed that a well-behaved WASM program
// will not return these exit codes. In general, we assume that the most-significant 16 bits are reserved
// for Wetware.
const (
// ExitCodePivot
ExitCodePivot uint32 = 0x00ff0000
)

const Version = "0.1.0"

var Proto = protoutils.VersionedID{
Expand Down

0 comments on commit 4378290

Please sign in to comment.