mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
[build][wasm] add js_internal_api.js to link dependency (#17407)
### Description add js_internal_api.js to link dependency. Now changes to js_internal_api.js will correctly trigger re-link of ort-wasm.wasm
This commit is contained in:
parent
2cb75420ac
commit
110a2d0b73
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ else()
|
|||
"SHELL:-s ASYNCIFY=1"
|
||||
"SHELL:-s ASYNCIFY_STACK_SIZE=65536"
|
||||
)
|
||||
set_target_properties(onnxruntime_webassembly PROPERTIES LINK_DEPENDS ${ONNXRUNTIME_ROOT}/wasm/js_internal_api.js)
|
||||
endif()
|
||||
|
||||
if (onnxruntime_EMSCRIPTEN_SETTINGS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue