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
If we update prepare.sh to require tinygo version 0.34+ (as well as whatever compatible go versions are supported), then we can remove the func main() {} stub we generate as it is no longer needed.
In xtp.toml, we need to then update the build command to include -buildmode c-shared param in the tinygo call.
The text was updated successfully, but these errors were encountered:
If we update
prepare.sh
to requiretinygo
version 0.34+ (as well as whatever compatiblego
versions are supported), then we can remove thefunc main() {}
stub we generate as it is no longer needed.In xtp.toml, we need to then update the
build
command to include-buildmode c-shared
param in thetinygo
call.The text was updated successfully, but these errors were encountered: