update build recipe: copy wasm-module source to build directory for archival

This commit is contained in:
2026-04-16 12:47:06 +02:00
parent b0ffcc1e31
commit fe3adb5859
2 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,9 @@ build-c-module module target="fail":
exit 1
fi
copy-c-module module:
cp targets/wasm-module/{{ module }}.cpp {{ BUILD_DIR }}-{{ module }}/wasm-module.cpp
# =================================================================================================================== #
# Host program recipes
# =================================================================================================================== #