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