mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/wasm/wasm_sample: revert prebuild WASM
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
This commit is contained in:
parent
91f8d0490a
commit
f6c7234e39
@ -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