summaryrefslogtreecommitdiff
path: root/src/support/file.cpp
Commit message (Expand)AuthorAgeFilesLines
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-4/+4
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-0/+12
* Fix wasm::read_file() to read correctly sized input strings in text mode. (#1...juj2017-07-181-0/+6
* Wrap description (#839)Loo Rong Jie2016-11-281-0/+1
* add support for symbol assignments, closes #4422 (#615)Dominic Chen2016-07-111-1/+1
* Build fixes/workarounds to support Visual Studio 2013 build, which has troubl...juj2016-06-211-0/+1
* Changed type of flags to fix Visual Studio 2015 error (#418)BSalita2016-04-301-1/+1
* 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