Stream: git-wasmtime

Topic: wasmtime / Issue #2789 Remove the type-driven ability for...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 29 2021 at 16:40):

github-actions[bot] commented on Issue #2789:

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Mar 29 2021 at 16:51):

sunfishcode commented on Issue #2789:

This looks reasonable to me. My understanding of the duplicate-imports discussion is that there are core-wasm use cases where linking based on the name identifiers alone isn't sufficient, however it also seems like core-wasm types and signatures also aren't sufficient for those use cases, because they're too low-level in general, so they'll need to do something else anyway.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 29 2021 at 17:39):

alexcrichton commented on Issue #2789:

Oh that reminds me of another reason to do this. Currently Linker is sort of a weird hybrid of trying to do name-based resolution but also doing some amount of positional-based resolution. Instead though I think it should lean one of the two directions and not try to bridge the gap which in the limit seems un-bridge-able.


Last updated: Oct 23 2024 at 20:03 UTC