Skip to content
Discussion options

You must be logged in to vote

Do you see any panic message in the web console?
You may need to add console_error_panic_hook to get decent panic message.
What I suspect is that your code is panicking with webassembly because you are using std::process::Command which is not implemented in wasm.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@HustWu
Comment options

@HustWu
Comment options

@ogoffart
Comment options

@HustWu
Comment options

Answer selected by HustWu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants