Adding ort_web library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ort-web

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ort-web = "0.3.0+1.27"

The ort_web library will be automatically available globally. Read the ort_web library documentation.

Back to the crate overview.