Skip to content
New issue

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

demo is broken on https://webassembly.sh/ #433

Open
Kreijstal opened this issue Sep 3, 2024 · 2 comments
Open

demo is broken on https://webassembly.sh/ #433

Kreijstal opened this issue Sep 3, 2024 · 2 comments

Comments

@Kreijstal
Copy link

grafik
Using firefox on windows 10. Cowsay does not work.

grafik

@syrusakbary
Copy link
Member

Hey @Kreijstal, we recommend using https://wasmer.sh/ for now.

You can run any package using: wasmer run.

Eg: wasmer run cowsay hi

@Kreijstal
Copy link
Author

Hey @Kreijstal, we recommend using https://wasmer.sh/ for now.

You can run any package using: wasmer run.

Eg: wasmer run cowsay hi

It worked, kind of?

bash-5.1# cowsay hi
bash: cowsay: command not found
bash-5.1# wasmer run cowsay hi
 ____
< hi >
 ----
bash-5.1# wasmer run cowsay hello
thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 64)', library/std/src/io/stdio.rs:1008:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
bash-5.1# wasmer run cowsay hi   
thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 64)', library/std/src/io/stdio.rs:1008:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
bash-5.1# wasmer run cowsay hi
thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 64)', library/std/src/io/stdio.rs:1008:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
bash-5.1# RUST_BACKTRACE=1 wasmer run cowsay hi
thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 64)', library/std/src/io/stdio.rs:1008:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
bash-5.1# 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants