summaryrefslogtreecommitdiff
path: root/src/support/file.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix file size for binary files readAlon Zakai2016-04-211-1/+1
* refactor file flags into enumsAlon Zakai2016-03-311-8/+8
* set the binary bit on files we need to open in binary modeAlon Zakai2016-03-311-7/+12
* Repair broken file-size checkpjuftring2016-03-311-1/+1
* streampos may be signed on some platformsAlon Zakai2016-03-281-2/+2
* Use std::numeric_limits<uint32_t>::max() instead of 0xFFFFFFFF.Jukka Jylänki2016-03-281-2/+3
* Fix wasm::read_file() to abort if input file is too big to read in when build...Jukka Jylänki2016-03-281-2/+7
* asm2wasm: use support's command-lineJF Bastien2016-01-111-2/+7
* Move file input / output to support.JF Bastien2016-01-041-0/+51