Replies: 3 comments 5 replies
|
can you share the relevant part of your makefile.toml? |
1 reply
|
I created a gitpod workspace for your repo. there are no errors, so might not be able to see what you see, but the wasm output does show up in the console. also you could run with verbose but be aware it dumps a LOT of stuff, but maybe it would give you a lead. |
1 reply
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using nodejs spawn with the
spwanedProcess.stdoutand I am only getting thecargo makeoutput, not the compile. As you can see this time it failed, and I have not idea telling what happened.Any idea how to pipe the output?
All reactions