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:
shalvamist 2022-12-12 21:48:20 -08:00 committed by GitHub
parent 3addbabc59
commit e5ed47a11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [