mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge #19599
19599: examples/wasm/wasm_sample: revert prebuild WASM r=kfessel a=maribu ### Contribution description Running `make` in the wasm example modifies the `hello_prebuild.wasm` example, making it easy to sneak in unwanted changes. This reverts such an instance and modifies the Makefile to only recreate/update `hello_prebuild.wasm` with: make hello_prebuild.wasm Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
This commit is contained in:
commit
7e59b68a9c
@ -104,6 +104,8 @@ COMPILE_FLAGS := -Wall \
|
||||
%.wat: %.wasm Makefile
|
||||
wasm2wat -o $@ $<
|
||||
|
||||
hello.wasm:
|
||||
|
||||
ifeq ($(COPY_HELLO),YES)
|
||||
hello.wasm: hello_prebuild.wasm
|
||||
@echo "!! NO wasm-ld(-VERSION) found !!"
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user