Just a general question if anyone has attempted to use Speckle-Sharp within WebAssembly?
I have tried to get together a little Blazor-based wasm example together and run into an issue where when I go to create the Speckle Client I get the exception: “System.Net.Requests is not supported on this platform.”
I’ve definitely used Blazor in the past and our V3 version should work better though still needs a little work to do WASM http requests though server should work fine.
I’m more worried if the JSON serialization works in WASM as reflection is limited! Let me know your use case as I’m interested!
At the moment I am just interested in seeing how far I can push it, finding the limit and then unlocking the potential from there. Ideally I was hoping to make Speckle Applications that can read+write Speckle Models within WASM.
I switched to use version “3.1.0-dev.182” and managed to be able to fetch the user profile picture! I am yet to keep testing what else is possible however I have noticed these warnings appearing in my build logs: