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