onnxruntime/js/common
Sunghoon 1ab8a95eb6
Bind existing SessionOptions and RunOptions in Javascript API with WebAssembly (#7621)
* support session options and run options. use onnxruntime c api.

* fix lint errors

* add an error code on throwing an exception

* resolve comments. change remaining C++ APIs to C API
2021-05-13 10:50:04 -07:00
..
lib Bind existing SessionOptions and RunOptions in Javascript API with WebAssembly (#7621) 2021-05-13 10:50:04 -07:00
.gitignore
.npmignore
package-lock.json [js] specify correct config for terser (#7627) 2021-05-10 11:50:39 -07:00
package.json [js] specify correct config for terser (#7627) 2021-05-10 11:50:39 -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.