microsoft / microsoft/onnxruntime
[Web] v1.28 and v1.29 not released in cdn.jsdelivr.net/npm/onnxruntime-web@<version>/dist/ort.min.js
@edgchen1 is already working on this.
Since Aug 24, 2026.
- Dominant language
- C++
- Stars
- 21.9k
- Forks
- 4.2k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 184
Description
### Describe the issue
The ORT-Web releases seems to be lagging behind the "native" (non-wasm) releases, since 1.27.
Is it deliberate or just forgotten ?
The same happens with https://app.unpkg.com/onnxruntime-web@latest/files/dist which gets redirected to v1.27.
The nightly builds in https://cdn.jsdelivr.net/npm/onnxruntime-web@dev/dist/ort.min.js seem to be correctly set to 1.30 already.
Or maybe there is another official distribution channel ? (
### To reproduce
https://cdn.jsdelivr.net/npm/onnxruntime-web@latest/dist/ort.min.js yields the v1.27 of ORT-Web
We would like it to be v1.29, matching the "native" (non-wasm) releases.
### Urgency
_No response_
### ONNX Runtime Installation
Released Package
### ONNX Runtime Version or Commit ID
v1.27
### Execution Provider
'wasm'/'cpu' (WebAssembly CPU)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.