git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 266c548319506a78abb4cfc115fb492fd6628782

Files: 266c548319506a78abb4cfc115fb492fd6628782 / utils.js

168 bytesRaw
1var Utils = {}
2
3Utils.isWASMCode = function (code) {
4 return code.slice(0, 4).toString() === new Uint8Array([0, 0x61, 0x73, 0x6d]).toString()
5}
6
7module.exports = Utils

Built with git-ssb-web