mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Bug Fix - ORT Web build script (#13925)
Copying the right files according to the build documentation. The bug originated to address a run break under some machines (needed threaded SIMD instead of only threaded), analysis ongoing.
This commit is contained in:
parent
3addbabc59
commit
e5ed47a11d
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ BUILDS = [
|
|||
|
||||
JS_FILES = [
|
||||
{"dir": "wasm", "file_name": "ort-wasm.js"},
|
||||
{"dir": "wasm_SIMD_threaded", "file_name": "ort-wasm-simd-threaded.worker.js"},
|
||||
{"dir": "wasm_SIMD_threaded", "file_name": "ort-wasm-simd-threaded.js"},
|
||||
{"dir": "wasm_threaded", "file_name": "ort-wasm-threaded.worker.js"},
|
||||
{"dir": "wasm_threaded", "file_name": "ort-wasm-threaded.js"},
|
||||
]
|
||||
|
||||
NPM_BUILD_DIR = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue