We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm submitting a bug report
stdout can't be accessed when use wasm32-unknown-unknown
the println should print to back-end when use cargo web start
println
cargo web start
panic at front-end as follow
cargo-web: 0.6.10
browser if relevant
The text was updated successfully, but these errors were encountered:
remove println make it works. I may push the fixed version of this example latter.
Sorry, something went wrong.
You are right, wasm32-unknown-unknown doesn't have stdout and we have to avoid using prints. If you will have time, I will be glad to your PR/fixes 👍
wasm32-unknown-unknown
stdout
print
logger replaced and work fine in wasm32-unknown-unknown target. the issue is to be closed
No branches or pull requests
Description
I'm submitting a bug report
stdout can't be accessed when use wasm32-unknown-unknown
Expected Results
the
println
should print to back-end when usecargo web start
Actual Results
panic at front-end as follow
Context (Environment)
cargo-web: 0.6.10
browser if relevant
The text was updated successfully, but these errors were encountered: