-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] Implement ValueTask marshaling #61368
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsIn #61324 we added tests for marshalling
|
This should be a test case for the marshaling improvements. |
The interop API is being reimplemented and this will not to fit in 7.0. |
I believe that Task which are proxies for JS |
In #61324 we added tests for marshalling
ValueTask
andValueTask<T>
and this a tracking issue to implement the marshaller.The text was updated successfully, but these errors were encountered: