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
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.
The text was updated successfully, but these errors were encountered:
matovitch
changed the title
Linking.md should mention relocation must appear in offset order
Linking.md should mention relocations must appear in offset order
Dec 30, 2022
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.
The text was updated successfully, but these errors were encountered: