Cysharp / MemoryPack

Zero encoding extreme performance binary serializer for C# and Unity.
MIT License
3.01k stars 182 forks source link

Support WebGL? #302

Open labyte opened 1 month ago

labyte commented 1 month ago

Support WebGL?

danfma commented 15 hours ago

Yeah, I use it in a Blazor WebGL app to communicate with my server through WebSockets. The serializer itself works pretty well on WebGL.