cfallin / waffle

Apache License 2.0
56 stars 5 forks source link

Create relocatable wasm objects #4

Open bjorn3 opened 7 months ago

bjorn3 commented 7 months ago

https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md

This requires some way to indicate that a constant should be filled by a relocation, a way to emit relocations and a way to create data sections.

cfallin commented 6 months ago

I agree, this would be nice to support; PRs welcome!