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

Get interop working with Mono AOT #88

Closed
wants to merge 1 commit into from

Conversation

Jack-Edwards
Copy link

Resolve #87

I'm still working through issues running this in .NET 6 WASM, but these changes at least let me touch the libsodium native code I compiled myself.

Current error when I try to use GenericHash.Hash:

missing function: arc4random_buf

@ektrah
Copy link
Owner

ektrah commented Sep 25, 2022

I propose to use jedisct1/libsodium#1204 to track the general issue of using libsodium in Blazor WASM projects. Once we figure out how to get this to work, we can make the appropriate changes to libsodium-core. Until then I'll close this issue; I hope that's okay.

@ektrah ektrah closed this Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Blazor WASM] Error during initialization
2 participants