leongross
leongross
I have quite a few new cryptography functions that I need to use; what is the status of adjusting tinygo to make use `purego` usable? Adding them all manually to...
Since go 1.23 is not yet released, I would have to use the go1.23rc1 for that right? What I did was 1. Download said `go1.23rc1` 2. Get an example implementation...
@10000TB https://github.com/u-root/u-root/pull/2987
With the newest syscall improvement [1] we have a total of `114` commands building in `cmd/core` and `cmd/exp` [1]: https://github.com/tinygo-org/tinygo/pull/4310
@10000TB I'm not quite sure what kind of review process you suggest. My PR goes from my private fork to the upstream u-root. What benefit is there to create a...
this solution is partly taken care of here https://github.com/leongross/vmtest/blob/main/images/kernel-amd64/config_linux.txt. I will clean the format of the kernel config and create a PR for the images used in the CI
ci fixes incoming by https://github.com/u-root/u-root/pull/2995
> Also, it would be nice to see the tinygo binary size, compared to the regular binary size. Yes that would be very helpful. Since this is quite some data...
This idea is good, but I think we should keep the overview simple for now and extend it over time with a matrix build overview and a ci integration.
CI fails due `TLS handshake timeout` ...