aboutsummaryrefslogtreecommitdiffstats
path: root/js/vapi-messaging.js
Commit message (Collapse)AuthorAgeFilesLines
* Make CallbackWrapper a moduleAlessio Vanni2019-06-231-0/+2
| | | | | | In theory this way it can be used anywhere else if needed, but right now it's simply because it has to be placed somewhere and a module seems the best place for an object definition (constructor, etc.)
* Make messaging its own fileAlessio Vanni2019-06-231-0/+144
Also reorganize the Makefile a bit.