Open jonashaag opened 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?
I am trying to run a linux x64 scripting language interpreter on macOS.
With LuaJIT I'm getting:
With MicroPython I'm getting:
Is there anything specific to typical interpreter implementations that makes them incompatible with blink?