summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix: set_global on immutable global is invalid (#895)Ben Smith2018-08-151-1/+12
* [interp] Add rot13 interpreter example (#890)Ben Smith2018-08-141-3/+187
* [interp] Simplify host module imports (#889)Ben Smith2018-08-137-376/+338
* Pass Option structs by const reference (#888)Ben Smith2018-08-0731-116/+114
* [interp] Add test for trapping host functions (#887)Ben Smith2018-08-061-0/+132
* handle traps in host functions (#886)Paul D2018-08-031-2/+2
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-035-28/+62
* Remove short option for --help (#877)Raphael Graf2018-08-022-5/+2
* [emscripten] Use long instead of int for ssize_t (#880)Ben Smith2018-07-251-1/+1
* Fix typo in BinaryReaderLogging::OnFunctionSymbol (#867)Ben Smith2018-06-251-1/+1
* Relax the check for alloca (#865)Raphael Graf2018-06-181-3/+1
* Fix integer overflow w/ too many locals (#862)Ben Smith2018-06-151-0/+4
* Add support for multi-value proposal (#861)Ben Smith2018-06-1422-349/+545
* Use named offset type and clean up PushRep doc (#860)ahorn2018-06-061-3/+3
* Fix GCC 8 error due to `-Werror=class-memaccess`. (#858)Marvin Löbel2018-06-052-2/+4
* Better type-check errors locs @ end of block (#856)Ben Smith2018-06-054-12/+69
* Fix emscripten build (#855)Ben Smith2018-06-042-32/+2
* [objdump] Include elem segment offset when printing table elements (#851)Sam Clegg2018-06-041-52/+60
* Add support for new relocation types used in DWARF sections (#846)Sam Clegg2018-05-299-8/+88
* Update spec tests; rename {grow,current}_memory (#849)Ben Smith2018-05-2722-8582/+8500
* Fix token enum/string mismatch; move to token.def (#845)Ben Smith2018-05-213-206/+142
* Remove old sub-sections types from linking section (#840)Sam Clegg2018-05-177-34/+0
* Print "warning" for ignored custom section errors (#843)Ben Smith2018-05-1613-46/+96
* wasm-objdump: Clearly distinguish undefined symbols in symbol table (#839)Sam Clegg2018-05-141-8/+7
* Fix broken version check on metadata section (#841)Sam Clegg2018-05-141-1/+1
* Fix bug with --ignore-custom-section-errors flag (#837)Ben Smith2018-05-141-1/+4
* Add some documentation for wasm2c (#803)Ben Smith2018-05-092-4/+0
* Display module name in wasm-objdump (#834)Ben Smith2018-05-081-3/+19
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-078-25/+88
* Fix one bug for converting v128.shuffle from wasm format to wat format. (#832)lizhengxing2018-05-071-1/+1
* Refer to target section by index in relocation section (#830)Sam Clegg2018-05-037-47/+33
* Read and write module names in the names section (#831)Ben Smith2018-05-019-3/+67
* Don't allow a local decl count of 0 (#827)Ben Smith2018-04-105-12/+22
* Error on running wasm2c with `--enable-*` flags (#825)Ben Smith2018-04-061-0/+12
* Don't allow the `v128` type without the simd flag (#824)Ben Smith2018-04-041-3/+8
* Use `ReadCount` function in BinaryReader (#821)Ben Smith2018-03-281-20/+38
* Store local types as Type+Count pairs (#820)Ben Smith2018-03-289-60/+124
* Windows remove _Check_Return_ annotation (#817)Michael Ferris2018-03-221-1/+1
* Add SIMD tests to {logging,tracing}-all-opcodes (#816)Ben Smith2018-03-211-6/+6
* Separate out wasm-rt.h and wasm-rt-impl.{c,h} (#813)Ben Smith2018-03-202-104/+2
* Fix typo introduced in the previous commitBen Smith2018-03-201-1/+1
* Realign opcode tableBen Smith2018-03-191-405/+406
* Run clang-format over all the files (#814)Ben Smith2018-03-1651-396/+436
* objdump: Report elem count for each elem segment (#812)Sam Clegg2018-03-161-2/+11
* Small cleanup to simd extract/replace lane (#810)Ben Smith2018-03-163-76/+55
* SIMD v8x16.shuffle implementation. (#811)lizhengxing2018-03-1526-4281/+4504
* Simd Replace Lane instructions implementation. (#809)lizhengxing2018-03-159-3243/+3747
* Print locals in objdump disassembly (#808)Ben Smith2018-03-151-0/+39
* Simd remaining Extract Lane instructions implementation. (#806)lizhengxing2018-03-159-2896/+3304
* Simd i8x16.extract_lane_s instruction implementation. (#802)lizhengxing2018-03-1326-2356/+2599