Open
Description
Hello,
I just switched from wasmer to wasi-js
in the WasiCaml project (https://github.com/remixlabs/wasicaml). There are a lot of scripts running WASI-fied wasm code, and some of them also write to stdout. I found in the stdout of one script the string
cpu waiting for stdin: please define a way to sleep!
which causes the further build to fail. Obviously, this warning is from wasi-js
and printed with console.log
which goes to stdout. For scripting, this is very unfortunate - whereas messages in stderr are typically no problem. Can you switch to console.warn
or console.error
instead?
Btw, thanks for picking the code up and maintaining it.
Metadata
Metadata
Assignees
Labels
No labels