mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-16 14:21:57 +01:00
.. | ||
libopenmpt.js | ||
libopenmpt.wasm | ||
LICENSE | ||
readme.md |
modifications made to libopenmpt.js
(can be taken from https://lib.openmpt.org/libopenmpt/download/):
at the beginning of the file:
// @ts-nocheck
/* eslint-disable */
at the end of the file:
Module.UTF8ToString = UTF8ToString;
Module.writeAsciiToMemory = writeAsciiToMemory;
export { Module }
replace
wasmBinaryFile="libopenmpt.wasm"
with
wasmBinaryFile=new URL("./libopenmpt.wasm", import.meta.url).href