-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Store threads #89
Comments
Given that Wasmtime currently does not support creating threads from WebAssembly, making You may try to wrap operations on For my better understanding, could you perhaps outline your use-case for needing to share a store between threads? |
Closing in favor of #90. It's the exact use case I'm thinking about, but didn't realize it was already an open issue. |
https://github.com/bytecodealliance/wasmtime-dotnet/blob/main/src/Store.cs#L162-L165
Can I get some clarification on this comment? Can I just wrap any operations I use on Store with a
lock
, or is there something more nefarious at work? If I can just use alock
, is that something this library can handle itself so calling code doesn't get caught unawares by that quirk?The text was updated successfully, but these errors were encountered: