onnxruntime/js/common
Du Li 57b7ab56cd
Adding async fetching for webgl backend (#8951)
* Adding async fetching for webgl backend

* fix PR comments and CI failure.

* fixing a bug

* adding a flag
2021-09-09 22:17:42 -07:00
..
lib Adding async fetching for webgl backend (#8951) 2021-09-09 22:17:42 -07:00
.gitignore optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
.npmignore optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
package-lock.json bumping up to version 1.9 (#8982) 2021-09-07 14:30:55 -07:00
package.json bumping up to version 1.9 (#8982) 2021-09-07 14:30:55 -07:00
README.md [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
tsconfig.json optimize js package folder structure (#7989) 2021-06-08 16:49:06 -07:00
webpack.config.js [js] resolve CodeQL warnings for force strict mode (#8645) 2021-08-06 19:35:43 -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.