Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix the order of emitting the start section | Alon Zakai | 2016-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | ignore unknown user sections, fixes #857 (#858) | Alon Zakai | 2016-12-07 | 1 | -7/+12 | |
|/ | ||||||
* | emit entries in the Names section for imports as well, as was recently ↵ | Alon Zakai | 2016-11-09 | 1 | -3/+35 | |
| | | | | changed in the spec | |||||
* | add a --symbolmap option to wasm-as, which emits a side file with the name ↵ | Alon Zakai | 2016-11-09 | 1 | -0/+13 | |
| | | | | mapping (similar to Names section, but external) | |||||
* | Binary 0xd changes (#803) | Derek Schuff | 2016-10-26 | 1 | -18/+27 | |
| | | | | | | | | | | | | | | | | | | | | | * Renumber opcodes for 0xd * Unified type encoding * Add reserved flags fields to host instructions and call_indirect * Rename flags->reserved * Fix line numbers in wast parser Also don't throw if the memory is defined in the same Element as the export of memory (the validity is checked later anyway). * Skip spec binary.wast The spec testsuite is still on 0xc, so 0xd doesn't match. In order to update to 0xd we need to implement some additional functionality for the import test, namely (register) | |||||
* | fix binary format regression from 9afa80951a3e9e59d5348780370a8b67d829ded1 - ↵ | Alon Zakai | 2016-10-22 | 1 | -18/+10 | |
| | | | | we must handle float literals carefully to not change their sign bit on some platforms/compilers, and that commit made relevant functions non-inline which hit a bug (#801) | |||||
* | Move wasm binary reader and writer from the header file into libwasm (#797) | Derek Schuff | 2016-10-20 | 1 | -0/+1894 | |