RealEthanPlayzDev / LuauCeption

Running Luau inside Luau
MIT License
19 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 months ago

jLn0n commented 2 months 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 2 months ago

also tried on these versions: