From 6d1b2f8d5025853eae9e2467741d17460094b9c8 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 25 Aug 2022 15:48:01 -0400 Subject: [PATCH] feat: Add cmu-sod app --- applications/wasm_apps | 2 +- tests/cmu-sod/Makefile | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/applications/wasm_apps b/applications/wasm_apps index 0b9f67d..726b080 160000 --- a/applications/wasm_apps +++ b/applications/wasm_apps @@ -1 +1 @@ -Subproject commit 0b9f67d75fd9dab652e1995e7adf91806080523b +Subproject commit 726b0804777ef346308f9dfcdf928032c28226a8 diff --git a/tests/cmu-sod/Makefile b/tests/cmu-sod/Makefile index 8d71ae6..a0ca4b5 100644 --- a/tests/cmu-sod/Makefile +++ b/tests/cmu-sod/Makefile @@ -15,17 +15,6 @@ debug: valgrind: SLEDGE_DISABLE_PREEMPTION=true SLEDGE_NWORKERS=1 LD_LIBRARY_PATH=${SLEDGE_BINARY_DIR} valgrind --leak-check=full --max-stackframe=11150456 --run-libc-freeres=no --run-cxx-freeres=no ${SLEDGE_BINARY_DIR}/sledgert spec.json -# client: -# curl -H 'Expect:' -H "Content-Type: text/plain" --data-binary "@hyde.pnm" "${HOSTNAME}:10000/gocr" - -# client2: -# curl -H 'Expect:' -H "Content-Type: text/plain" --data-binary "@../handwriting/handwrt1.pnm" "${HOSTNAME}:10000/gocr" - -# client3: -# curl -H 'Expect:' -H "Content-Type: text/plain" --data-binary "@../fivebyeight/5x8.pnm" "${HOSTNAME}:10000/gocr" - -# cat ./0_rgb.png ./0_depth.png | http ${HOSTNAME}:10000/depth_to_xyz?3011515&620608&test > ./out.png - .PHONY: client client: cat ./0_depth.png | http "${HOSTNAME}:10000/depth_to_xyz" > ./out.png