We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caeb8e commit 6ef8f51Copy full SHA for 6ef8f51
README.md
@@ -36,6 +36,7 @@ TinyGo は基本的に最新および直前 Version の Go と組み合わせて
36
37
| TinyGo | 対応する Go |
38
| ------ | ----------- |
39
+| 0.39.0 | 1.25 - 1.24 |
40
| 0.38.0 | 1.24 - 1.23 |
41
42
それぞれの実行体に PATH が通っていれば使うことができます。
@@ -47,7 +48,7 @@ TinyGo は基本的に最新および直前 Version の Go と組み合わせて
47
48
49
```
50
$ tinygo version
-tinygo version 0.38.0 windows/amd64 (using go version go1.24.4 and LLVM version 19.1.2)
51
+tinygo version 0.39.0 windows/amd64 (using go version go1.25.0 and LLVM version 19.1.2)
52
53
54
0 commit comments