github-actions[bot] commented on issue #3236:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on issue #3236:
I don't think the
object
crate gives us access to what the symbol's index will be ahead of time (sort of rightully so I think). That being said all we need is the offset/size of each symbol within the text section, so I think that's pretty reasonable to encode inFunctionInfo
. I'll look to do that to avoid having to match up against symbol names, and I don't think that will take too long to decode when we load a module.
alexcrichton commented on issue #3236:
Ok the route from this at this point is diverging very heavily from this PR, so I'll reopen after some other refactorings have gone in.
Last updated: Nov 22 2024 at 16:03 UTC