sharkey/packages/frontend/src/scripts/libopenmpt/readme.md
2024-03-14 21:39:34 +03:00

446 B

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