Randy Reddig

Results 164 comments of Randy Reddig

> "Officially" should be same as Go itself. But we have been able to keep backwards compat quite a few versions of both Go and LLVM, as shown by the...

@aykevl I updated this quite a bit. Can you take a look?

I can split this into two PRs, one for the package `goenv` changes (`Parse` and `Compare`), and a second for the wasm types.

> > I can split this into two PRs, one for the package goenv changes (Parse and Compare), and a second for the wasm types. > > Sorry to be...

What are you trying to decode? Can you share reproducible code?

Just got bit by the `logrus` dependency using this module (thanks!) with `GOOS=wasip1`. Logrus itself hasn’t been updated in 18 months. Now that Go 1.23 is released, would you consider...

Thanks! We've currently implemented a workaround where the regclient dependency is only in non-WASI builds.

Thanks! We use regclient to fetch OCI artifacts containing WebAssembly components: https://pkg.go.dev/go.bytecodealliance.org

Thanks! Is the `--world` argument optional?