summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* Rename `idx` to `index` in SIMD code for consistency (#1836)Thomas Lively2018-12-181-1/+1
* SIMD (#1820)Thomas Lively2018-12-131-1/+159
* Warn if linking section is present, as we cannot handle it yet (#1798)Alon Zakai2018-12-041-1/+1
* Implement nontrapping float-to-int instructions (#1780)Thomas Lively2018-12-041-0/+12
* Add v128 type (#1777)Thomas Lively2018-11-291-0/+1
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-1/+1
* Remove default cases (#1757)Thomas Lively2018-11-271-2/+2
* initialize binary writer debug info even without a source map, as debug info ...Alon Zakai2018-11-261-0/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-15/+6
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-3/+3
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-1/+2
* Fix read-write of dylink section (#1648)Alon Zakai2018-08-311-1/+5
* Escape name section ids in binary format reading/writing to be WebAssembly sp...Yury Delendik2018-08-311-0/+1
* Stack IR (#1623)Alon Zakai2018-07-301-99/+39
* Fix source map entries offset when LEB is compressed. (#1628)Yury Delendik2018-07-251-1/+4
* Refactor stack writing code into a new StackWriter class (#1620)Alon Zakai2018-07-161-59/+75
* Minor code cleanups (#1617)Alon Zakai2018-07-101-1/+1
* Better binary error reporting (#1505)Alon Zakai2018-04-131-1/+3
* Fix bad param/var type error handling (#1499)Alon Zakai2018-04-101-0/+1
* Handle literally unreachable brs (#1497)Alon Zakai2018-04-071-2/+16
* when creating blocks in binary format parsing, we know if a block has a break...Alon Zakai2018-04-051-0/+1
* validate we are in a function context when adding a label in binary parsing. ...Alon Zakai2018-03-161-3/+4
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-4/+4
* Atomic wait/wake fixes (#1383)Alon Zakai2018-01-221-1/+1
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-1/+9
* Make input a const reference to WasmBinaryBuilder (#1367)Alex Beregszaszi2018-01-181-2/+2
* Function metrics pass (#1353)Alon Zakai2018-01-121-1/+12
* Do not emit 100k data segments, browsers reject it (#1350)Alon Zakai2018-01-091-1/+8
* Fix reading breaks to the function exit (#1304)Alon Zakai2017-11-211-1/+0
* name function imports using name section (#1290)Alon Zakai2017-11-211-2/+2
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-2/+2
* Optimize wasm reading (#1202)Alon Zakai2017-09-281-0/+1
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-2/+4
* Const hoisting (#1176)Alon Zakai2017-09-121-1/+1
* Add support for sign-extension operators from threading proposal (#1167)Derek Schuff2017-09-061-0/+6
* Add support for atomic wait and wake operators (#1140)Derek Schuff2017-08-241-0/+8
* Ignore unreachable code in wasm binaries (#1122)Alon Zakai2017-08-221-0/+6
* Emit optimal-size LEBs in section/subsection/function body sizes (#1128)Alon Zakai2017-08-151-4/+22
* New fuzzer (#1126)Alon Zakai2017-08-111-0/+7
* fix reading of stacky unreadable code with elements we need to dropAlon Zakai (kripken)2017-08-051-0/+1
* add the option to seek named breaks, not just taken breaks; refactor headers ...Alon Zakai (kripken)2017-07-111-1/+0
* Add IR, parsing, printing, and binary for atomic cmpxchg (#1083)Derek Schuff2017-07-101-0/+12
* Add IR, parsing and binary support for AtomicRMW instructions from wasm threa...Derek Schuff2017-07-061-1/+49
* Add atomic loads and stores (#1077)Derek Schuff2017-06-281-3/+22
* Add shared memories (#1069)Derek Schuff2017-06-271-2/+7
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-2/+41
* Parsing fixes (#990)Alon Zakai2017-05-021-4/+11
* Extensible name section (#933)pipcet2017-04-131-1/+8
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+0
* read unknown users sections as binary data stored on the Module (#918)Alon Zakai2017-02-211-1/+1