I want to embed a file into a custom section in a WASM module. The following line does not work:
export var manifest linksection("+tag doc:manifest") = @embedFile("manifest.json").*;
Variations I have tried include export const, var, removing the .*. That is the section name I need, but I have also checked that it does not work with a more 'conventional' name like .foo.