Repro steps:
$ npm init astro
# select Minimal
$ git add .
$ git commit -m "Init minimal Astro structure"
$ npm install astro@next--compiler
Repro steps:
$ npm init astro
# select Minimal
$ git add .
$ git commit -m "Init minimal Astro structure"
$ npm install astro@next--compiler
Repro for microsoft/onnxruntime#15869
Basic example of ONNX runtime web with WebGPU support, based on this WASM example
To run: python -m http.server
Open http://localhost:8000 in Chrome
Should take a little bit to load the model (137MB) then display loaded model successfully