git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 553fa6781ed17dced2be7e810acef66344511e72

Files: 553fa6781ed17dced2be7e810acef66344511e72 / 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