You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
carton test previously parsed output of tests that were run with wasmer. It's no longer possible to capture their output, I wonder if WAMR itself supports this at all?
The text was updated successfully, but these errors were encountered:
As far as I saw, WAMR doesn't provide a way to hook stdout/stderr 😢
One suggestion: How about launching another carton process in carton test, and execute Wasm binary with WAMR in the spawned process, then capture the output?
carton test
previously parsed output of tests that were run withwasmer
. It's no longer possible to capture their output, I wonder if WAMR itself supports this at all?The text was updated successfully, but these errors were encountered: