import "github.com/tsavola/wag/internal/gen/storage"
storage.go
const ( Imm = Storage(iota) Stack Reg Flags )
type Storage uint8
func (s Storage) String() string
Package storage is imported by 3 packages. Updated 2018-09-17. Refresh now. Tools for package owners.