UNPKG
as-bitray
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.1
2.4.0
Bitray - Small Utility For Handling Binary Data Written In AssemblyScript
JairusSW/as-bitray
as-bitray
/
index.js
9 lines
(5 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
fs
=
require(
"fs"
)
const
loader
=
require(
'@assemblyscript/loader'
)
const
imports
=
{}
const
wasmModule
=
loader.instantiateSync(fs.readFileSync(__dirname +
"/build/untouched.wasm"
), imports)
module
.
exports
= wasmModule.
exports