jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

Move Uint63 to its own library

Open vbgl opened this issue 1 year ago • 0 comments
trafficstars

There are two implementations:

  • native, the default one, that assumes that build and host environments have same word sizes;
  • js, that only works with 32-bit host (suitable when compiling the Jasmin compiler to javascript)

vbgl avatar May 23 '24 15:05 vbgl