git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: dbb9b6eacbc6786a69bbe76a01aa4fb1d930ff18

Files: dbb9b6eacbc6786a69bbe76a01aa4fb1d930ff18 / 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