JSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
-
Updated
Aug 13, 2021 - JavaScript
BigInt.Add a description, image, and links to the bigint topic page so that developers can more easily learn about it.
To associate your repository with the bigint topic, visit your repo's landing page and select "manage topics."
Seen with @arnetheduck.
for uint128, stint properly generates add + adc (see status-im/nim-stint#10)
But for uint256+, the way carry is done will loop multiple time on the low half
https://github.com/status-im/nim-stint/blob/9993b9dca4a2dbf76bc432252ad4e8db944ae831/stint/private/uint_addsub.nim#L17-L29
Important for WASM codesize optimization.