summaryrefslogtreecommitdiff
path: root/src/wasm-builder.h
Commit message (Expand)AuthorAgeFilesLines
* add an ArenaVector for internal array allocations in expression nodesAlon Zakai2016-04-261-3/+3
* block helper utilsAlon Zakai2016-04-211-1/+14
* remove the AllocatingModule class, and just make Module have allocations. the...Alon Zakai2016-04-181-1/+1
* index locals, so that get_local and set_local have just an index, and local n...Alon Zakai2016-04-181-8/+67
* rename function locals, to params and vars, which together are all the locals...Alon Zakai2016-04-141-2/+2
* Add a method to generate a dyncall thunk (#337)Derek Schuff2016-04-121-2/+26
* AST Builder class, and use it to optimzie umoddi4 in asm2wasmAlon Zakai2016-04-081-0/+116