Remix.run Logo
menaerus 9 hours ago

It's a transpiler that takes the x86-64 binary assembly and spits out the aarch64 assembly only on the first run AFAIK. This is then cached on storage for consecutive runs.

timschmidt 7 hours ago | parent [-]

Apple also implemented x86 memory semantics for aarch64 to allow for simpler translation and faster execution.

menaerus 3 hours ago | parent [-]

In HW?