You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/guides/webassembly.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,13 +60,13 @@ Note the `--no-debug` flag, which reduces the size of the final binary by removi
60
60
debug symbols from the output. Also note that you must change the path to your Wasm file from `/go/src/github.com/myuser/myrepo/wasm-main.go` to whatever the actual path to your file is:
Copy file name to clipboardExpand all lines: content/getting-started/install/linux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ You must have Go already installed on your machine in order to install TinyGo. W
28
28
If you are using Ubuntu or another Debian based Linux on an Intel processor, download the DEB file from Github and install it using the following commands:
Copy file name to clipboardExpand all lines: content/getting-started/install/macos.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ brew tap tinygo-org/tools
18
18
brew install tinygo
19
19
```
20
20
21
-
Alternatively, you can download and extract the files manually by downloading [this](https://github.com/tinygo-org/tinygo/releases/download/v0.18.0/tinygo0.18.0.darwin-amd64.tar.gz) file.
21
+
Alternatively, you can download and extract the files manually by downloading [this](https://github.com/tinygo-org/tinygo/releases/download/v0.19.0/tinygo0.19.0.darwin-amd64.tar.gz) file.
22
22
23
23
You can test that the installation is working properly by running this code which should display the version number:
24
24
25
25
```shell
26
26
$ tinygo version
27
-
tinygo version 0.18.0 darwin/amd64 (using go version go1.16 and LLVM version 11.0.0)
27
+
tinygo version 0.19.0 darwin/amd64 (using go version go1.16 and LLVM version 11.0.0)
28
28
```
29
29
30
30
If you are only interested in compiling TinyGo code for WebAssembly then you are done with the installation.
0 commit comments