This is a modified Go compiler that is used in EGo and Edgeless RT to build enclaves written in Go.
This branch contains the ertgo runtime and prebuilt binaries. It's ready to use.
It's created with the following steps:
go1.xx.x.linux-amd64.tar.gz
src/
for compatibility with the enclave environmentbin/go
is replaced by the executable built by executing make.sh
in the v1.xx-src
branch of this repository