|
|
|
|
|
by osa1
234 days ago
|
|
Is blink an interpreter for x86_64 instructions, or does it compile basic blocks to the host architecture? I had a look at the source code but I'm not sure how it works. It looks a bit too small (50 kloc C + 6.6 kloc headers) to have code generators for all of the supported host architectures. |
|
On the x64-playground website it's just running as an interpreter, inside of web assembly