Sorry if I shouldn't ask my question in this forum, I am sure that you can help me. I need to change the WebAssembly backend for rustc to let me annotate some data like strings and translate it to WebAssembly. I need the offset and length of data. can you please help me with that?
This is already recorded by LLVM's wasm backend, but it is discarded by lld when linking the final executable.
Last updated: Nov 22 2024 at 16:03 UTC