Skip to content

Commit 1843e4d

Browse files
committed
chore(docs): update bundler documentation to clarify WASM bundle source
1 parent d8e12d3 commit 1843e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/js/bundler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm run build
1818
```
1919
:::
2020

21-
Since we are not publishing our WASM bundle to npm yet, we are using the one hosted on our documentation web site under `https://kitware.github.io/vtk-wasm/wasm32/9.5.0/vtkWebAssembly.mjs`. But you can also download it from our [CI registry](https://gitlab.kitware.com/vtk/vtk/-/packages?orderBy=created_at&sort=desc&search[]=wasm) and serve it or import it yourself.
21+
Here, the VTK.wasm bundle is downloaded in the browser directly from the Gitlab package registry. See the `src/main.js` file for the relevant code.
2222

2323

2424
## Result

0 commit comments

Comments
 (0)