import "github.com/egdaemon/eg/runtime/wasi/egunsafe"
Package provides some internal only functionality not under compatability promises.
<a name="DialControlSocket"></a>
func DialControlSocket(ctx context.Context) (conn *grpc.ClientConn, err error)
dial the control socket for executing various functionality that is too slow or impedes concurrency.
<a name="DialModuleControlSocket"></a>
func DialModuleControlSocket(ctx context.Context) (conn *grpc.ClientConn, err error)
dial the control socket for modules.
<a name="RuntimeDirectory"></a>
func RuntimeDirectory(paths ...string) string