summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
...
* ignore unknown user sections, fixes #857 (#858)Alon Zakai2016-12-071-1/+1
* add a --symbolmap option to wasm-as, which emits a side file with the name ma...Alon Zakai2016-11-091-0/+3
* Binary 0xd changes (#803)Derek Schuff2016-10-261-188/+211
* fix binary format regression from 9afa80951a3e9e59d5348780370a8b67d829ded1 - ...Alon Zakai2016-10-221-4/+3
* Move wasm binary reader and writer from the header file into libwasm (#797)Derek Schuff2016-10-201-1815/+128
* Don't create a memory section for an imported memory; fixes #772 (#773)Benjamin Bouvier2016-10-131-1/+5
* allow a maximum 0 size for a tableAlon Zakai2016-10-111-18/+18
* Don't create table sections for imported tables (#756)Derek Schuff2016-10-111-1/+3
* Binary 0xc: Remove arity on return instruction (#740)Derek Schuff2016-10-041-4/+2
* Write global mutability into wasm binary (#739)Derek Schuff2016-10-041-3/+6
* More binary updates for 0xc (#733)Derek Schuff2016-10-031-26/+51
* Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)Alon Zakai2016-10-031-25/+25
* fix signed int64 LEB bug with large negative values (#719)Alon Zakai2016-09-281-7/+43
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-40/+12
* Update binary encoding for block, loop, and if signatures (#711)Derek Schuff2016-09-271-26/+67
* Make wasm-as emit the names section/debug info only with -g (#705)Alon Zakai2016-09-261-1/+6
* Update binary encodings for call instructions and segments (#706)Derek Schuff2016-09-221-9/+10
* Update binary format toward 0xc (#704)Derek Schuff2016-09-221-88/+137
* fix use of endOfFunction in an uninitialized state in wasm-binaryAlon Zakai2016-09-211-1/+1
* fix start section in binary formatAlon Zakai2016-09-211-2/+2
* refactor wasm.h to remove numericIndex hacks, and move indexing to the parsersAlon Zakai2016-09-211-4/+6
* globals mutability fixesAlon Zakai2016-09-191-2/+7
* global parsingAlon Zakai2016-09-191-0/+1
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-52/+69
* make sure to use the right order of operations when loading composite ints in...Alon Zakai2016-09-071-3/+6
* use globals in asm2wasmAlon Zakai2016-09-071-7/+42
* get_global and set_global use a Name instead of an Index, to be more consiste...Alon Zakai2016-09-071-7/+7
* import type for globalsAlon Zakai2016-09-071-6/+6
* import kindsAlon Zakai2016-09-071-5/+22
* export kindsAlon Zakai2016-09-071-9/+30
* SetGlobal should not return a valueAlon Zakai2016-09-071-1/+0
* update binary version to 0x0cAlon Zakai2016-09-071-1/+1
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-8/+3
* add drop and tee expressionsAlon Zakai2016-09-071-15/+30
* offset support in tableAlon Zakai2016-08-151-11/+26
* support function table initial and max sizes, and new printing formatAlon Zakai2016-08-121-0/+1
* support expressions in segment offsetsAlon Zakai2016-08-121-7/+13
* Fix trailing whitespace, single-character strings, checking map element prese...Dominic Chen2016-07-221-4/+4
* binary support for wasm globals (#652)Alon Zakai2016-07-221-13/+70
* update spec tests, and handle some flux in call_indirect in upstreamAlon Zakai2016-07-061-0/+1
* add shared-constants.h for wasm constantsAlon Zakai2016-06-261-11/+11
* Add mode to wasm validator to check for web-environment constraints (#584)Derek Schuff2016-06-141-4/+0
* use WASM_UNUSED in some places to fix compiler warning/error on unused variab...Alon Zakai2016-06-081-0/+5
* make call_indirect type a name, so that it is not a dependency on the module,...Alon Zakai2016-06-031-4/+5
* fix bugs found using afl (#546)Dominic Chen2016-05-311-4/+9
* use separate internal opcodes for binary variantsAlon Zakai2016-05-181-73/+89
* use separate internal opcodes for unary variantsAlon Zakai2016-05-181-37/+48
* spec test updates, and many validation fixesAlon Zakai2016-05-181-1/+1
* don't emit extra unnecessary blocks for loops in binary format (#523)Alon Zakai2016-05-171-2/+1
* fix binary reinterpret opcode bugAlon Zakai2016-05-131-2/+2