You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. The WASM_INIT_FUNCS linker subsection is documented as being a count and then a 'sequence of symbol indices'. However, the latest implementation of wasm-lld reads pairs of varuint32s; the first as a priority, the second the symbol index, here.
I think this came from this which describes such a schema.
It means that if you follow this spec, the linker will reject you, so I take it this is an error in this doc?
The text was updated successfully, but these errors were encountered:
Hey. The WASM_INIT_FUNCS linker subsection is documented as being a count and then a 'sequence of symbol indices'. However, the latest implementation of wasm-lld reads pairs of varuint32s; the first as a priority, the second the symbol index, here.
I think this came from this which describes such a schema.
It means that if you follow this spec, the linker will reject you, so I take it this is an error in this doc?
The text was updated successfully, but these errors were encountered: