Merge pull request #7 from abhisheksharma1395/hrml_example

html example testing
pull/378/head
Abhishek Sharma 2 years ago committed by GitHub
commit 120fbe8fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,6 +25,7 @@ all: \
fibonacci.install \
gocr.install \
gps_ekf.install \
html.install \
license_plate_detection.install \
resize_image.install \
scratch_storage_get.install \

@ -110,6 +110,9 @@ fibonacci__bimodal: ./runtime/bin/fibonacci.wasm.so
./runtime/bin/echo.wasm.so:
make echo.install -C ./applications
./runtime/bin/html.wasm.so:
make html.install -c ./applications
#PHONY: echo
#echo: ./runtime/bin/echo.wasm.so
# cd ./tests/echo && ./run.sh

Loading…
Cancel
Save