onnxruntime/js/common
Gao, Chun 0f01de3b0b
[js/web] Add wasm SIMD backend to onnxruntime-web (#7896)
* [js/web] Add wasm SIMD backend to onnxruntime-web

* Import SIMD wasm artifacts enabled by PR #7839

* Detect SIMD capability of web engine

* Use SIMD wasm backend in both single-thread and multi-thread cases

* update optimized SIMD loading from ort web

* code lint and format

* fix WasmFileName in CI

* replace deprecated wasm SIMD functions

* fix unittest for simd

* optimize CI pipeline to merge build matrix

* make clean build for each config

* fix simd wasm to enable it.

* update script/pull-prebuilt-wasm-artifacts.ts

Co-authored-by: Yulong Wang <yulongw@microsoft.com>
Co-authored-by: Lei Zhang <zhang.huanning@hotmail.com>
2021-06-07 23:24:27 -07:00
..
lib [js/web] Add wasm SIMD backend to onnxruntime-web (#7896) 2021-06-07 23:24:27 -07:00
.gitignore
.npmignore
package-lock.json bumping up version number to 1.8 (#7733) 2021-05-18 09:03:37 -07:00
package.json bumping up version number to 1.8 (#7733) 2021-05-18 09:03:37 -07:00
README.md [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
tsconfig.json [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
webpack.config.js [js] specify correct config for terser (#7627) 2021-05-10 11:50:39 -07:00

ONNX Runtime JavaScript API

ONNX Runtime JavaScript API is a unified API for all JavaScript usages. It's dependency of the following NPM packages:

  • onnxruntime-node
  • onnxruntime-web
  • onnxruntime-react-native

This package (onnxruntime-common) is not designed for using directly. Please consider to install one of the NPM packages above according to target platform.

License

License information can be found here.