onnxruntime/js/scripts
shalvamist 3119381011
ORT Web build script (#12643)
**Description**:
Adding a few scripts to enable user to build ORT Web in a simpler way.

**Instructions**:
Under ROOT\js folder you will have 2 scripts - 
1. "Build_web.bat" - for Windows users
1. "Build_web.sh" - for Linux users

Default build configuration is "Release" to change the build configuration just add to the script call the flag "--config <Desired configuration>". As example:
```
build_web.bat --config Debug
```

Co-authored-by: shalvamist <shalva.mist@microsoft.com>
2022-11-21 11:08:39 -08:00
..
build_web.py ORT Web build script (#12643) 2022-11-21 11:08:39 -08:00
prepare-onnx-node-tests.ts add opset17 node test data (#13062) 2022-09-23 14:33:37 +08:00
README.md
tsconfig.json
utils.ts

About this folder (/js/scripts)

This folder includes shared Node.js scripts that used in development process, such as preparing dev environments, setting up tests.