dockerfile: include entire wamr repo
This commit is contained in:
@ -16,11 +16,13 @@ AOTS := $(WASMS:.wasm=.aot)
|
||||
|
||||
build-all: build-wasms build-aots
|
||||
|
||||
# Compile to wasm bytecode using wasi-sdk
|
||||
build-wasms: $(WASMS)
|
||||
|
||||
%.wasm: %.c
|
||||
$(CLANG) $(CFLAGS) $< -o $@
|
||||
|
||||
# Compile ahead-of-time module using wamrc
|
||||
build-aots: $(AOTS)
|
||||
|
||||
%.aot: %.wasm
|
||||
|
||||
Reference in New Issue
Block a user