upvote
You could compile NaCL code for x86_64, aarch64, and aarch32 as well. Chrome apps has a system similar to mobile apps where you would upload an app with all binaries and users would get the one for their system architecture.
reply
Ah, that makes sense. So users were effectively cross-compiling the NaCL binaries for multiple architectures.
reply
I think the plan was to JIT x86 to other architectures.
reply