msgpack for MooMoo.io, but leightweight and fast
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js
MooMoo Mini MsgPack Lightweight MessagePack encoder/decoder for MooMoo.io
Usage:
const [event, args] = miniMooMsgpack.decode(arrayBuffer);
ws.send(miniMooMsgpack.encode(["packet", [data]]));
Author: Nuro (notnuro0815)