You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build Azure/azure-sdk-for-rust#228 for wasm, but I ran into a problem where wasm should not have the Send markers. This does not work, but what I roughly want to do is:
Hi @dtolnay 👋🏻 ,
I am trying to build Azure/azure-sdk-for-rust#228 for wasm, but I ran into a problem where wasm should not have the
Send
markers. This does not work, but what I roughly want to do is:Any suggestions on how to solve this predicament?
The text was updated successfully, but these errors were encountered: