We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f9ab62 + c3a6a73 commit 1816540Copy full SHA for 1816540
CMakeLists.txt
@@ -573,7 +573,7 @@ if(EXECUTORCH_BUILD_EXTENSION_MODULE)
573
FILES_MATCHING
574
PATTERN "*.h"
575
)
576
-list(APPEND _executorch_extensions extension_module_static)
+ list(APPEND _executorch_extensions extension_module_static)
577
endif()
578
579
if(EXECUTORCH_BUILD_EXTENSION_LLM)
@@ -782,7 +782,10 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
782
783
784
set(CMAKE_EXECUTABLE_SUFFIX ".html")
785
- target_link_options(executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file "${WASM_MODEL_DIR}@/")
+ target_link_options(
786
+ executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file
787
+ "${WASM_MODEL_DIR}@/"
788
+ )
789
790
791
0 commit comments