You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging #474, multiple executables were moved to other locations
(e.g., build/riscv32), causing the wasm service to fail. The intuitive
solution is to embed build/riscv32 into the wasm.
Additionally, the Makefile's distclean target does not fully clean wasm
artifacts, as CC=emcc might not be set during make distclean. To fix
this, the declaration of the WEB_FILES and DEMO_DIR wasm-related
variables has been reordered.
Related: #486
0 commit comments