jart / blink

tiniest x86-64-linux emulator
ISC License
6.96k stars 222 forks source link

Running LuaJIT or MicroPython #152

Open jonashaag opened 1 year ago

jonashaag commented 1 year ago

I am trying to run a linux x64 scripting language interpreter on macOS.

With LuaJIT I'm getting:

cannot create state: not enough memory

With MicroPython I'm getting:

malloc(): corrupted top size

Is there anything specific to typical interpreter implementations that makes them incompatible with blink?