Skip to content
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

Blazor WASM support #33

Closed
voros1 opened this issue May 11, 2023 · 1 comment
Closed

Blazor WASM support #33

voros1 opened this issue May 11, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@voros1
Copy link

voros1 commented May 11, 2023

When running the example code in a Blazor WASM application, I encounter the following:
image

Is Blazor WASM supported?

@stdcion stdcion self-assigned this May 14, 2023
@stdcion stdcion added the question Further information is requested label May 14, 2023
@stdcion
Copy link
Collaborator

stdcion commented May 14, 2023

Hi @voros1!

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.

Best regards,
dxFeed APIs Team

@stdcion stdcion closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants