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
Unfortunately QuickJS itself doesn't have a way to covert between u128 and it's BigInt type which is why rquickjs also doesn't support it.
Support for this would require support for it in QuickJS.
Hi, I believe that a JavaScript
bigint
should be able to handle Rustu128
ori128
values, butBigInt
only hasfrom_u64
andfrom_i64
.Does rquickjs have a way to safely and precisely convert
u128
ori128
values toBigInt
? If not, I feel that it should.The text was updated successfully, but these errors were encountered: