sysprog21 / rv32emu

Compact and Efficient RISC-V RV32I[MAFC] emulator
MIT License
402 stars 97 forks source link

Wasm service is down and a generator for the ELF executables selection list should be introduced #486

Closed ChinYikMing closed 2 months ago

ChinYikMing commented 2 months ago

Wasm service down after merging #474. The reason is that multiple ELF executables are being placed in the build/linux-x86-softfp and build/riscv32 directories, whereas wasm service expects the ELF executables to be located in the build/ directory.

ChinYikMing commented 2 months ago

Additionally, the more ELF executables there are, the longer the list of ELF executables becomes in the web page UI. Therefore, a list generator could be utilized to dynamically update the content of the ELF executables list in the web page UI.