summaryrefslogtreecommitdiff
path: root/test/binaryen.js/simd.js
Commit message (Collapse)AuthorAgeFilesLines
* Add BinaryenConstGetValueV128 to C/JS-API (#1931)Daniel Wirtz2019-03-131-0/+5
This PR adds void BinaryenConstGetValueV128(BinaryenExpressionRef expr, uint8_t* out); to the C-API and uses it in Binaryen.getExpressionInfo in the JS-API.