summaryrefslogtreecommitdiff
path: root/test/wasm2js/export_global.wast
Commit message (Collapse)AuthorAgeFilesLines
* [wasm2js] Support exports of Globals (#4523)magic-akari2022-03-171-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