Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exporting/importing debug location information from .wast/.asm.js/.s formats ↵ | Yury Delendik | 2017-06-01 | 1 | -2/+11 |
| | | | | | | | | (#1017) * Extends wasm-as, wasm-dis and s2wasm to consume debug locations. * Exports source map from asm2wasm | ||||
* | only read first 4 bytes to check if a file is a wasm binary (#894) | Alon Zakai | 2017-02-02 | 1 | -3/+8 |
| | |||||
* | Read/Write Abstraction (#889) | Alon Zakai | 2017-01-26 | 1 | -0/+86 |
* Added ModuleReader/Writer classes that support text and binary I/O * Use them in wasm-opt and asm2wasm |