summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-io.cpp
Commit message (Collapse)AuthorAgeFilesLines
* only read first 4 bytes to check if a file is a wasm binary (#894)Alon Zakai2017-02-021-3/+8
|
* Read/Write Abstraction (#889)Alon Zakai2017-01-261-0/+86
* Added ModuleReader/Writer classes that support text and binary I/O * Use them in wasm-opt and asm2wasm