tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

"tinygo test -target wasi compress/lzw" fails on windows?

Open dankegel opened this issue 2 years ago • 3 comments

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

dankegel avatar Apr 23 '22 22:04 dankegel

Is this still an issue?

deadprogram avatar Jun 12 '22 10:06 deadprogram

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 avatar Jul 19 '22 21:07 dulanov

@dulanov That seems like a different error than the one @dankegel reported.

dgryski avatar Jul 19 '22 21:07 dgryski

compress/lzw isn't playing nicely with wasi at all.

https://github.com/tinygo-org/tinygo/issues/2525

Closing as a dupe for now.

dgryski avatar Feb 02 '23 00:02 dgryski