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.
1 parent c6d1ff2 commit c3a6a73Copy full SHA for c3a6a73
CMakeLists.txt
@@ -765,7 +765,10 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
765
endif()
766
767
set(CMAKE_EXECUTABLE_SUFFIX ".html")
768
- target_link_options(executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file "${WASM_MODEL_DIR}@/")
+ target_link_options(
769
+ executor_runner PUBLIC -sALLOW_MEMORY_GROWTH --embed-file
770
+ "${WASM_MODEL_DIR}@/"
771
+ )
772
773
774
0 commit comments