v1.3.8
edit README.md and remove simple_compressionCCtx.c
break loadFile_orDie() into 2: loadFile_orDie() loads file into a pre-allocated memory buffer, mallocAndLoadFile_orDie() allocates memory first, then calls loadFile_orDie()
Refactor examples to avoid code duplication.
fixed streaming_memory_usage example