Jack-Edwards/BlazorSodium

Test marshalling C# `long` to JS `JSType.BigInt`

Closed this issue · 1 comments

The readme states int was chosen over long due to type discrepancies between C# and JS.

Let's see how libsodium.js handles long marshalled to JSType.BigInt.

Resolved by #13