wasm2lua
wasm2lua copied to clipboard
Don't return from within loops
This aborts a LuaJIT trace. Perhaps put a label at the end of a function where the return is performed there?
(only affects loops with while true do
wrapping it)
wut in tarnation