We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0c14b commit 39977c9Copy full SHA for 39977c9
src/cmd/link/internal/wasm/asm.go
@@ -131,6 +131,7 @@ func asmb(ctxt *ld.Link, ldr *loader.Loader) {
131
ldr.SymSect(ldr.Lookup("runtime.pclntab", 0)),
132
ldr.SymSect(ldr.Lookup("runtime.noptrdata", 0)),
133
ldr.SymSect(ldr.Lookup("runtime.data", 0)),
134
+ ldr.SymSect(ldr.Lookup("go:buildinfo", 0)),
135
}
136
137
dataSects = make([]wasmDataSect, len(sections))
0 commit comments