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/build/_index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,12 @@ You should also check if there's a remaining `tinygo` executable in your path an
59
59
## Repository cloning (before build)
60
60
Start with getting the source code. On Windows, you might want to install the [build dependencies](#build-dependencies) first.
61
61
62
+
***Warning: Some users have encountered issues when the TinyGo source path is located within a Go workspace (indicated by the presence of a go.work file in a parent directory).
63
+
These issues may result in runtime errors such as:
64
+
panic: unknown type: any
65
+
To avoid this, try building TinyGo from a directory that is outside the scope of the Go workspace.***
0 commit comments