tinygo
tinygo copied to clipboard
"tinygo test -target wasi compress/lzw" fails on windows?
Using today's dev branch plus a fix for #2799, on a (relatively) freshly set up windows 11 system, compress/lzw seems to fail on wasi:
$ ~/src/tinygo/build/tinygo test -target wasi -v compress/lzw
FAIL compress/lzw 16.797s
Is this still an issue?
By me:
C:\>tinygo test -target wasi -v compress/lzw
error: wasm-opt failed: exit status 0xc0000409
FAIL
C:\>tinygo version
tinygo version 0.24.0 windows/amd64 (using go version go1.18.4 and LLVM version 14.0.0)
@dulanov That seems like a different error than the one @dankegel reported.
compress/lzw
isn't playing nicely with wasi at all.
https://github.com/tinygo-org/tinygo/issues/2525
Closing as a dupe for now.