import "github.com/tsavola/wag/internal/gen/link"
link.go
type FuncL struct { L TableIndexes []int }
func (fl *FuncL) AddTableIndex(index int)
type L struct { Sites []int32 Addr int32 }
func (l *L) AddSite(addr int32)
func (l *L) AddSites(addrs []int32)
func (l L) FinalAddr() int32
Package link imports 1 packages (graph) and is imported by 4 packages. Updated 2019-04-22. Refresh now. Tools for package owners.