diff --git a/makefile b/makefile index 7c1d5e0..3dce55e 100644 --- a/makefile +++ b/makefile @@ -14,6 +14,8 @@ all: ${BINARY} check: ${BINARY} ./$< ./bin/test.wasm -e + ./$< ./bin/helloworld.wasm -c -o ./bin/test.bin + ./$< ./bin/test.bin -e -pb clean: -rm -rf build ./${BINARY}