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

Filter out message-less demo programs from WebAssembly demo page #390

Closed
jserv opened this issue Mar 28, 2024 · 1 comment · Fixed by #407
Closed

Filter out message-less demo programs from WebAssembly demo page #390

jserv opened this issue Mar 28, 2024 · 1 comment · Fixed by #407
Assignees

Comments

@jserv
Copy link
Contributor

jserv commented Mar 28, 2024

The rv32emu-demo currently includes a WebAssembly build of rv32emu, complete with assets and prebuilt RISC-V ELF files. However, some of these ELF files, intended for testing purposes, produce no output. To enhance the demonstration experience, we should remove any ELF files that do not display messages in the terminal.

@ChinYikMing
Copy link
Collaborator

The rv32emu-demo currently includes a WebAssembly build of rv32emu, complete with assets and prebuilt RISC-V ELF files. However, some of these ELF files, intended for testing purposes, produce no output. To enhance the demonstration experience, we should remove any ELF files that do not display messages in the terminal.

I think the ELF files you are referring to are as follows:

  • lena.elf
  • cc.elf
  • chacha20.elf
  • puzzle.elf
  • line.elf
  • captcha.elf

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

Successfully merging a pull request may close this issue.

2 participants