summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Write modules w/ invalid segmentsBen Smith2016-12-241-3/+3
* Add a couple of string slice utility functions (#252)Sam Clegg2016-12-203-18/+33
* Validate function vars in elem segments (#250)Ben Smith2016-12-201-0/+7
* Rewrite the binary section reader codeBen Smith2016-12-193-451/+426
* Update testsuite to f71cbe72bd5f4fb871bee39a9dc1278fa662a8a5Ben Smith2016-12-154-7/+23
* Add check for sections that end before they are expected too (#246)Sam Clegg2016-12-151-0/+6
* Make some binary reading/writing utilities public (#245)Sam Clegg2016-12-146-225/+295
* wasmdump: improve printing of limits (#244)Sam Clegg2016-12-131-5/+11
* clang-format, and python3 support in gen-spec-js.pyBen Smith2016-12-102-17/+23
* Adjust asserts to allow writing invalid modules (#241)Michael Ferris2016-12-104-28/+55
* Update testsuiteBen Smith2016-12-094-679/+741
* wasmdump: add memory index to segment info (#240)Sam Clegg2016-12-091-0/+9
* wasmdump: dump data segements (#238)Sam Clegg2016-12-083-3/+20
* wasmdump: improve print of tables and elements (#236)Sam Clegg2016-12-072-9/+10
* Implement assert_{malformed,unlinkable,uninstantiable}Ben Smith2016-12-061-24/+88
* Escape source filename when writing to json (#235)Michael Ferris2016-12-051-5/+6
* Fix gen-spec-js.pyBen Smith2016-12-052-0/+87
* Add wasm_get_section_name to binary.h (#232)Sam Clegg2016-12-053-5/+36
* Rename `user` sections to `custom` sections (#231)Sam Clegg2016-12-055-34/+34
* Improve handling of globals in wasmdump (#230)Sam Clegg2016-12-022-13/+37
* Wasmdump improvments (#226)Sam Clegg2016-11-305-19/+75
* wasmdump: Dump contents of `name` section (#225)Sam Clegg2016-11-231-0/+19
* Rename check to validate in most placesBen Smith2016-11-193-25/+27
* Parse arbitrary user sections (#220)Sam Clegg2016-11-185-26/+56
* Add wast_resolve_names_* as a separate passBen Smith2016-11-169-328/+609
* Allow named imports in the names sectionBen Smith2016-11-111-4/+6
* Don't allow defined globals without an init exprBen Smith2016-11-101-34/+34
* Don't read data outside the section boundariesBen Smith2016-11-101-13/+19
* Fix spec/binary testBen Smith2016-11-081-1/+1
* Fix spec/linking testBen Smith2016-11-085-176/+226
* Fix spec imports testBen Smith2016-11-0711-139/+503
* Update spec testsBen Smith2016-11-077-514/+573
* Simplify the default error handlerBen Smith2016-11-073-55/+80
* Fix bad include in config.cBen Smith2016-11-041-1/+1
* Remove the "wasm-" prefix from source filesBen Smith2016-11-0466-1129/+1129
* Fix the export spec testBen Smith2016-11-045-22/+97
* Use a new format for the spec JSON writer/parserBen Smith2016-11-038-1147/+1288
* Fix appveyor for MSYS buildBen Smith2016-11-022-5/+31
* wasmdump improvments (#192)Sam Clegg2016-10-315-41/+245
* Convert WasmType into an enum (#197)Sam Clegg2016-10-312-4/+3
* Do not treat warning as errors on Windows. Fix WABT_UNREACHABLE to use __assu...Michael Ferris2016-10-271-1/+1
* Reorder some f32/f64 opsBen Smith2016-10-261-24/+24
* Add reserved immediate to three operatorsBen Smith2016-10-262-5/+22
* Fix types for binary 0xdBen Smith2016-10-2610-111/+120
* Remap the operator encoding for binary 0xdBen Smith2016-10-266-180/+180
* Create module_bindings hash in WasmScriptBen Smith2016-10-245-699/+850
* Refactor interpreter for linking supportBen Smith2016-10-2114-675/+1137
* Rename src/exe -> src/toolsBen Smith2016-10-196-0/+0
* wast-desugar: reformats and desugars a wast fileBen Smith2016-10-193-0/+204
* Move executable sources to src/exeBen Smith2016-10-195-0/+0