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

@ -151,6 +151,7 @@ build module="__help" target="fail" mode="aot":
just clean {{ module }}
just create-build-dir {{ module }}
just copy-c-module {{ module }}
if [ "{{ mode }}" = "aot" ]; then
just build-wasm-module {{ module }}