RealEthanPlayzDev / LuauCeption

Running Luau inside Luau
MIT License
18 stars 5 forks source link

calling error function on a luau vm causes the ran thread to throw error even when pcalled #6

Open jLn0n opened 2 weeks ago

jLn0n commented 2 weeks ago

expected behavior:

actual behavior: image luau vm gets halted since _emscripten_throw_longjmp is called internally and the implementation of that said function just errors "Infinity"

temporary workaround:

using 0.640 of luauception

jLn0n commented 1 week ago

also tried on these versions: