You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(stdlib): env.getenv(name) — value of an env var (buf)
Iterates envp, returns the bytes after KEY= for a matching entry, empty
buf if unset. Lets Lake tools read config from the environment (used by
lake-house to locate the toolchain portably).