Numbers

A library that implements WASM's specification of integers. Specifically this defines integers, both signed and unsigned, that can be selected to have an arbitrary number of bits and then perform a wide variety of operations on them.

WASM spec for integer operations

Originally derived from James Gallichio's implementation of Int32