← Back to context Comment by latenightcoding 17 hours ago not even close, because there are a lot of places where you can't run LuaJIT 4 comments latenightcoding Reply tuvix 16 hours ago Where can you not run LuaJIT? Genuinely curious Boxxed 15 hours ago Wasm and platforms like iOS and Nintendo Switch (I think). extrememacaroni 15 hours ago anywhere that does not allow self modifying code such as app stores. Dylan16807 14 hours ago LuaJIT is not just a JIT, it also includes high speed interpreters for x86, Arm, and more.
tuvix 16 hours ago Where can you not run LuaJIT? Genuinely curious Boxxed 15 hours ago Wasm and platforms like iOS and Nintendo Switch (I think). extrememacaroni 15 hours ago anywhere that does not allow self modifying code such as app stores.
Dylan16807 14 hours ago LuaJIT is not just a JIT, it also includes high speed interpreters for x86, Arm, and more.
Where can you not run LuaJIT? Genuinely curious
Wasm and platforms like iOS and Nintendo Switch (I think).
anywhere that does not allow self modifying code such as app stores.
LuaJIT is not just a JIT, it also includes high speed interpreters for x86, Arm, and more.