Skip to content

Commit c3a6a73

Browse files
committed
Update
[ghstack-poisoned]
1 parent c6d1ff2 commit c3a6a73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,10 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
765765
endif()
766766

767767
set(CMAKE_EXECUTABLE_SUFFIX ".html")
768-
target_link_options(executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file "${WASM_MODEL_DIR}@/")
768+
target_link_options(
769+
executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file
770+
"${WASM_MODEL_DIR}@/"
771+
)
769772
endif()
770773
endif()
771774

0 commit comments

Comments
 (0)