Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mutable parameter to global imports in C/JS API (#2317) | Daniel Wirtz | 2019-09-03 | 1 | -0/+2 |
| | |||||
* | Add `getGlobal` to binaryen.js (#2142) | Heejin Ahn | 2019-05-24 | 1 | -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 Ahn | 2019-05-13 | 1 | -0/+14 |
- Print `globals` array in the tracing mode like other arrays (`functions`, `exports`, `imports`, ...) - Add accessor functions for globals |