File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(CMAKE_C_COMPILER /usr/bin/clang)
1010list (APPEND OCRE_SDK_PRELOADED_IMAGES
1111 "return0.wasm"
1212 "return1.wasm"
13- "sleep_5_return_0 .wasm"
13+ "sleep5_return0 .wasm"
1414)
1515
1616if (SANITIZER)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ list(APPEND EXTRA_DTC_OVERLAY_FILE fstab.overlay)
1212list (APPEND OCRE_SDK_PRELOADED_IMAGES
1313 "return0.wasm"
1414 "return1.wasm"
15- "sleep_5_return_0 .wasm"
15+ "sleep5_return0 .wasm"
1616 "hello-world.wasm"
1717 "blinky.wasm"
1818)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ list(APPEND EXTRA_DTC_OVERLAY_FILE fstab.overlay)
1212list (APPEND OCRE_SDK_PRELOADED_IMAGES
1313 "return0.wasm"
1414 "return1.wasm"
15- "sleep_5_return_0 .wasm"
15+ "sleep5_return0 .wasm"
1616 "hello-world.wasm"
1717 "filesystem.wasm"
1818 "blinky.wasm"
You can’t perform that action at this time.
0 commit comments