wasmoon
wasmoon copied to clipboard
Loading UTF8 library loads String instead
Should be an easy fix, running lua.global.loadLibrary(wasmoon.LuaLibraries.UTF8) puts the String library into the global table utf8 instead of the UTF8 library
https://github.com/ceifa/wasmoon/blob/main/src/global.ts#L112