pojntfx / unisockets

A universal Berkeley sockets implementation for both WebAssembly (based on WebRTC) and native platforms with bindings for C, Go and TinyGo.
https://alphahorizonio.github.io/unisockets/
GNU Affero General Public License v3.0
34 stars 6 forks source link

tinygo 0.18.0 remove -cflags #5

Open izouxv opened 3 years ago

izouxv commented 3 years ago

https://github.com/tinygo-org/tinygo/releases

tinygo 0.18.0. remove -cflags and -ldflags flags

pojntfx commented 3 years ago

@izouxv Good catch; I'll fix it once I find the time.