Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [wasm2js] Support exports of Globals (#4523) | magic-akari | 2022-03-17 | 1 | -0/+6 |
Export an object with a `.value` property like the wasm JS API does in browsers, and implement them with a getter and setter. Fixes #4522 |