根据 ./sandboxed_api/sandbox2/regs.h 仅支持 64 位 Intel 和 64 位 PowerPC 架构。
#if !defined(__x86_64__) && !defined(__powerpc64__)
static_assert(false, "No support for the current CPU architecture");
#endif
有人可以告诉我为什么不支持arm64吗?
近期有计划支持吗?
我确实意识到我晚了 4 年,但 Arm64(又名 AArch64)支持已于 2020 年 9 月 11 日登陆 Sandbox2,并提交了21f7373。