Test marshalling C# `long` to JS `JSType.BigInt`
Closed this issue · 1 comments
Jack-Edwards commented
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
.
Jack-Edwards commented
Resolved by #13