Randy Reddig
Randy Reddig
Updates to current version of the wasm types proposal at https://github.com/golang/go/issues/66984. Changes include: - Removal of `int` and `uint` as allowed types. - Restriction of `int8`, `uint8`, `int16`, and `uint16`...
This PR implements 3 changes: - `goenv.Parse` now parses patch version out of a Go version string. - Adds `goenv.Compare` to compare two Go version strings. This is used in...
This is an initial take at solving the interaction between the TinyGo GC and the Component Model allocation scheme (`cabi_realloc`). Specifically, when the host calls an exported function with argument(s)...
This is an experiment, driven by a need to link in custom sections into the resulting .wasm binary. Using a .syso file in a package directory is a well-known way...