github-actions[bot] commented on issue #6692:
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 #6692:
Oh it was
InstancePre<T>
that depends on that impl. The previous impl though wasunsafe impl<T> Send for InstancePre<T>
, which led me to believe that these impls were still necessary.That being said if I remove the impls
InstancePre<T>
is indeedSend
/Sync
as expected. My guess is that while this was historically necessary refactorings ended up making it not necessary!I'll update this to remove the wrapper entirely
Last updated: Nov 22 2024 at 16:03 UTC