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
Apologies for the late reply. This library is built as a language-specific wrapper over the dxFeed Graal Native library, which was compiled with GraalVM Native Image. This gives us a lot of advantages in API development, but also imposes some limitations.
Unfortunately, GraalVM Native Image does not have WASM support at the moment. You can track the corresponding issue in the oracle repository. Now we have builds for win-x64,linux-x64, osx-x64 and osx-arm64 (Apple Silicon). We plan to add a build for WASM when this is ready in GraalVM Native Image. I also want to mention that you can use Blazor Server instead of Blazor WebAssembly, in this case the loading of the native libraries should be done correctly.
When running the example code in a Blazor WASM application, I encounter the following:
Is Blazor WASM supported?
The text was updated successfully, but these errors were encountered: