WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
297 stars 65 forks source link

Linking.md should mention relocations must appear in offset order #196

Open matovitch opened 1 year ago

matovitch commented 1 year ago

Hello,

Still working on my compiler I was emitting relocations in arbitrary offset order and got the error using wasm-ld.

I think it should be mentioned in Linking.md. I will try to make a small PR when I have the time. :)

Cheers.