Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: tinygo-org.tinygo version 0.30.0 #134115

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created with Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: tinygo-org.tinygo
PackageVersion: 0.30.0
InstallerLocale: en-US
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: tinygo\bin\tinygo.exe
PortableCommandAlias: tinygo
Commands:
- tinygo
ReleaseDate: 2023-09-21
Installers:
- Architecture: x64
InstallerUrl: https://github.com/tinygo-org/tinygo/releases/download/v0.30.0/tinygo0.30.0.windows-amd64.zip
InstallerSha256: 554624419A1D1206B941E5CE020E72FB15F708D3F5C0D2C90AC81C4094AE7A07
Dependencies:
PackageDependencies:
- PackageIdentifier: GoLang.Go
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Created with Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: tinygo-org.tinygo
PackageVersion: 0.30.0
PackageLocale: en-US
Publisher: The TinyGo Authors
PublisherUrl: https://tinygo.org
PublisherSupportUrl: https://github.com/tinygo-org/tinygo/issues
PackageName: TinyGo
PackageUrl: https://tinygo.org/getting-started/install/windows
License: Apache-2.0
LicenseUrl: https://github.com/tinygo-org/tinygo/blob/release/LICENSE
Copyright: Copyright (c) The TinyGo Authors
CopyrightUrl: https://tinygo.org
ShortDescription: Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
Description: |-
TinyGo is a Go compiler intended for use in small places such as microcontrollers, WebAssembly (wasm/wasi), and command-line tools.

It reuses libraries used by the Go language tools alongside LLVM to provide an alternative way to compile programs written in the Go programming language.
Moniker: tinygo
Tags:
- development
- open-source
- tinygo
ReleaseNotes: |-
- general
- add LLVM 16 support, use it by default
- compiler
- build: work around a race condition by building Go SSA serially
- compiler: fix a crash by not using the LLVM global context types
- interp: don't copy unknown values in runtime.sliceCopy to fix miscompile
- interp: fix crash in error report by not returning raw LLVM values
- standard library
- machine/usb/adc/midi: various improvements and API changes
- reflect: add support for [...]T → []T in reflect
- targets
- atsamd21, atsamd51: add support for USB INTERRUPT OUT
- rp2040: always use the USB device enumeration fix, even in chips that supposedly have the HW fix
- wasm: increase default stack size to 32k for wasi/wasm
- boards
- gobadge: add GoBadge target as alias for PyBadge :)
- gemma-m0: add support for the Adafruit Gemma M0
ReleaseNotesUrl: https://github.com/tinygo-org/tinygo/releases/tag/v0.30.0
ManifestType: defaultLocale
ManifestVersion: 1.5.0
8 changes: 8 additions & 0 deletions manifests/t/tinygo-org/tinygo/0.30.0/tinygo-org.tinygo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with Komac v1.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: tinygo-org.tinygo
PackageVersion: 0.30.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0