Commit 68676602 authored by nagayama15's avatar nagayama15

Add watermarked binaries

parent 4746dc8b
......@@ -7,6 +7,9 @@ const rawData = Crypto.randomBytes(size);
(async function () {
const libPaths = [
'./zlib-sample.wasm',
'./zlib-funcord.wasm',
'./zlib-opswap.wasm',
'./zlib-funcord-opswap.wasm',
];
const libs = await Promise.all(libPaths.map(async path => await require('./zlib').initialize(path)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment