wasmoon icon indicating copy to clipboard operation
wasmoon copied to clipboard

Loading UTF8 library loads String instead

Open LapisHusky opened this issue 2 years ago • 0 comments

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

LapisHusky avatar Dec 21 '23 09:12 LapisHusky