summaryrefslogtreecommitdiff
path: root/src/tools/wasm2asm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)Alex Crichton2018-08-301-101/+0
* wasm2asm: Fix and enable a large number of spec tests (#1558)Alex Crichton2018-05-291-1/+1
* wasm2asm: Implement float<->int conversions (#1550)Alex Crichton2018-05-161-1/+2
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-1/+1
* address some MSVC warnings (#1386)Nathan Froyd2018-01-251-1/+1
* Print wasm2asm parsing errors (#1251)Alon Zakai2017-10-271-0/+100