Skip to content

Commit fc412d2

Browse files
committed
fix(js): bundler doc
1 parent 870f125 commit fc412d2

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
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/vtkWebAssemblyInterface.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+
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.
2222

2323

2424
## Result

docs/public/demo/simple-app/assets/index-DlDI4bss.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/public/demo/simple-app/assets/index-pzZO3ka6.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/public/demo/simple-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<script
66
type="module"
7-
src="https://kitware.github.io/vtk-wasm/wasm32/9.5.0/vtkWebAssemblyInterface.mjs"
7+
src="https://kitware.github.io/vtk-wasm/wasm32/9.5.0/vtkWebAssembly.mjs"
88
></script>
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<title>Standalone VTK.wasm example</title>

examples/js/simple-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<script
66
type="module"
7-
src="https://kitware.github.io/vtk-wasm/wasm32/9.5.0/vtkWebAssemblyInterface.mjs"
7+
src="https://kitware.github.io/vtk-wasm/wasm32/9.5.0/vtkWebAssembly.mjs"
88
></script>
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<title>Standalone VTK.wasm example</title>

examples/js/simple-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/simple-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"vite": "^6.3.5"
1313
},
1414
"dependencies": {
15-
"@kitware/trame-vtklocal": "^1.1.1"
15+
"@kitware/trame-vtklocal": "1.1.1"
1616
}
1717
}

0 commit comments

Comments
 (0)