mattn / go-isatty

Home Page:http://godoc.org/github.com/mattn/go-isatty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failed when GOOS=js

thesyncim opened this issue · comments

I'm currently working on a tool that allow us to use regular http handlers on nodejs side

this package is a dependency for most of the http muxers available in the go world
is it possible to add build constrain so it can compile when GOOS=js and GOARCH=wasm ?

thank you