Description
Issue Description
Unfortunately, many crypto apps rely on BigInt
in JS. But WebKit didn't enable BigInt
support until this changeset, which is almost a year after the currently released JSC version (i.e. 250230) was initially released.
The current version WebKitGTK 2.26.1 is from 2019. Is it possible to upgrade JSC to a more recent version?
I spoke with @Kudo and apparently he tried to update it to WebKitGTK 2.30.5, which was released in early 2021. That didn't work because:
"there was a breaking change that jsc removed the Intl toggle. so we probably would have to ship only the Intl variant and increase apk size."
Is there a way to get this to work, or alternatively to use an earlier version of WebKitGTK that doesn't have this breaking change, e.g. late 2020? Not sure when that change was introduced.
Thank you! This would be huge for the crypto space.