update build recipe: copy wasm-module source to build directory for archival
This commit is contained in:
@ -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
|
||||
# =================================================================================================================== #
|
||||
|
||||
Reference in New Issue
Block a user