Y
Hacker News
new
|
ask
|
show
|
jobs
by
latenightcoding
3 hours ago
not even close, because there are a lot of places where you can't run LuaJIT
2 comments
tuvix
1 hour ago
Where can you not run LuaJIT? Genuinely curious
link
Boxxed
1 hour ago
Wasm and platforms like iOS and Nintendo Switch (I think).
link
extrememacaroni
1 hour ago
anywhere that does not allow self modifying code such as app stores.
link
Dylan16807
38 minutes ago
LuaJIT is not just a JIT, it also includes high speed interpreters for x86, Arm, and more.
link