Request to enable CSBinary npm module on Runkit

I just published a npm package called CSBinary, here is it: https://www.npmjs.com/package/csbinary
But I can’t seem to use my own package in Runkit, it just shows the error that the package is not found.
Searching around this forum, I learned that binary modules are not supported yet, and my package uses both Javascript and C++ code.
But there is another native module named iconv, which also uses C/C++ code, but it can run just fine on Runkit: https://npm.runkit.com/iconv

So could you make my package work on Runkit like iconv too, I just want to say that Runkit is so great that it’s the only embeddable NodeJS that allows to print the result in html.