This issue tracks implementation of #2194 We will add two new scalar types, `usize` and `isize` to the standard library. Initially, they will extend `integer`. All existing emitters will be required to add support for usize & isize. They should be represented as numbers in JSON.