Simple node module for encoding and decoding uleb128
npm install uleb128encode(number) returns an array of charcodes. This can be used to create a buffer if that's what you want.
decode(array or buffer) returns an object containing value and length.