summaryrefslogtreecommitdiff
path: root/test/binaryen.js/global.js.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add mutable parameter to global imports in C/JS API (#2317)Daniel Wirtz2019-09-031-0/+2
|
* Add `getGlobal` to binaryen.js (#2142)Heejin Ahn2019-05-241-0/+1
| | | | | We have `getFunction`, but not `getGlobal` because its name clashed with APIs for the deprecated instruction `get_global`. Now we have reflected instruction renaming in code, we can add it for consistency.
* Add missing methods for globals to binaryen.js (#2099)Heejin Ahn2019-05-131-0/+14
- Print `globals` array in the tracing mode like other arrays (`functions`, `exports`, `imports`, ...) - Add accessor functions for globals