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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
[root@linux164 tinygo]# tinygo build -o build/socket.wasm -target=wasi -wasm-abi=generic .# github.com/alphahorizonio/unisockets/pkg/unisockets
../../../../usr/local/lib/tinygo/lib/wasi-libc/sysroot/include/__header_sys_socket.h:12:35: unexpected token ILLEGAL, expected end of expression
[root@linux164 tinygo]# go version
go version go1.16.5 linux/amd64
[root@linux164 tinygo]# tinygo version
tinygo version 0.19.0 linux/amd64 (using go version go1.16.5 and LLVM version 11.0.0)
[root@linux164 tinygo]# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic