We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to put it in WASM to be used with JS (in browser). But WASM build is failing. Build cmd GOOS=js GOARCH=wasm go build -o main.wasm main.go
GOOS=js GOARCH=wasm go build -o main.wasm main.go
error
# github.com/qiniu/iconv /home/user/go/pkg/mod/github.com/qiniu/[email protected]/reader.go:11:11: undefined: Iconv /home/user/go/pkg/mod/github.com/qiniu/[email protected]/reader.go:19:19: undefined: Iconv /home/user/go/pkg/mod/github.com/qiniu/[email protected]/reader.go:21:13: undefined: DefaultBufSize /home/user/go/pkg/mod/github.com/qiniu/[email protected]/reader.go:49:14: undefined: EILSEQ /home/user/go/pkg/mod/github.com/qiniu/[email protected]/writer.go:12:11: undefined: Iconv /home/user/go/pkg/mod/github.com/qiniu/[email protected]/writer.go:19:19: undefined: Iconv /home/user/go/pkg/mod/github.com/qiniu/[email protected]/writer.go:21:13: undefined: DefaultBufSize /home/user/go/pkg/mod/github.com/qiniu/[email protected]/writer.go:70:15: undefined: EILSEQ /home/user/go/pkg/mod/github.com/qiniu/[email protected]/writer.go:102:15: undefined: EILSEQ
The text was updated successfully, but these errors were encountered:
@justinmichaelvieira 's pr is working fine
Sorry, something went wrong.
@apuatcfbd makes sense, since my pr fully removes the qiniu/iconv dependency :)
#14 closes this
No branches or pull requests
I'm trying to put it in WASM to be used with JS (in browser). But WASM build is failing.
Build cmd
GOOS=js GOARCH=wasm go build -o main.wasm main.go
error
The text was updated successfully, but these errors were encountered: