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