This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 82a37dac1d [BugFix][Relax][ONNX] Resolve param Vars in Concat to
handle mixed Shape/Tensor inputs (#19498)
add 75a48a0e2d [Web] Add support for OPFS (#19494)
No new revisions were added by this update.
Summary of changes:
web/package-lock.json | 555 ++++++++++++++++++++++++----------------------
web/src/artifact_cache.ts | 92 +++++++-
web/src/index.ts | 1 +
web/src/opfs_store.ts | 262 ++++++++++++++++++++++
web/src/runtime.ts | 2 +-
5 files changed, 642 insertions(+), 270 deletions(-)
create mode 100644 web/src/opfs_store.ts