Skip to content

Byte Array Interop in WASM #33104

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

Merged

Conversation

TanayParikh
Copy link
Contributor

Continuation of #33015, WASM edition 🎉

@ghost ghost added the area-blazor Includes: Blazor, Razor Components label May 28, 2021
@@ -33,6 +33,8 @@ export function startIpcReceiver() {

'EndInvokeDotNet': DotNet.jsCallDispatcher.endInvokeDotNetFromJS,

'ReceiveByteArray': DotNet.jsCallDispatcher.receiveByteArray,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WebView still needs to be appropriately tested, this is just a stopgap right now.

@TanayParikh TanayParikh marked this pull request as ready for review May 28, 2021 23:43
@TanayParikh TanayParikh requested a review from a team as a code owner May 28, 2021 23:43
@TanayParikh TanayParikh merged commit 99c2b2c into taparik/byteArrayDirectInterop May 28, 2021
@TanayParikh TanayParikh deleted the taparik/byteArrayDirectInteropWASM branch May 28, 2021 23:43
@TanayParikh
Copy link
Contributor Author

Just merging into #33015 (active pull request).

TanayParikh added a commit that referenced this pull request Jun 4, 2021
* Blazorserver Byte Array Interop Support
* Byte Array Interop in WASM (#33104)
* E2E Tests
* PR Feedback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants