This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Adapted from Linux: https://gist.github.com/guschmue/ed7b2eeae60ee91342f3667c0fb3e76b | |
:: cd to the root of your repo for https://github.com/microsoft/onnxruntime. | |
:: Ensure Python.exe and Npm are on your path. | |
setlocal | |
:: Build with SIMD enabled. | |
call ./build.bat --config RelWithDebInfo --parallel --skip_submodule_sync --skip_tests --parallel --build_wasm --enable_wasm_simd --use_webnn --target onnxruntime_webassembly |