Project 'vtk/vtk-wasm-docker' was moved to 'vtk/vtk-wasm-sdk'. Please update any links and bookmarks that may still have the old path.
- Apr 15, 2025
-
-
Jaswant Panchumarti (Kitware) authored
Change base image to emscripten/emsdk See merge request !12
-
Jaswant Panchumarti (Kitware) authored
-
- Mar 31, 2025
-
-
Jaswant Panchumarti (Kitware) authored
temporarily disable sqlite since it tries to use `--experimental-wasm-memory64` flag which is not supported in node v24
-
Jaswant Panchumarti (Kitware) authored
- use node v8 canary binary until node v24 is out.
-
- Mar 21, 2025
-
-
Jaswant Panchumarti (Kitware) authored
- use VTK's CI scripts to download missing build tools and build dependencies.
-
- Nov 01, 2024
-
-
Jaswant Panchumarti (Kitware) authored
gitlab-ci: remove `dependencies` from jobs See merge request !11
-
- Oct 31, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
- Aug 24, 2024
-
-
Jaswant Panchumarti (Kitware) authored
Bump dockcross/web-wasm:20240812-60fa1b0 See merge request vtk/vtk-wasm-sdk!10
-
- Aug 23, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- allocating large memory can lead to oom in some runners.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- libproj thirdparty in VTK uses `-Werror` and called `check_c_source_compiles` to test for `PTHREAD_MUTEX_RECURSIVE` - in release build for wasm64 arch, clang emitted a warning `-Wlimited-postlink-optimizations` only in 64 bit which was treated as an error (because of the `-Werror`) - we negate that warning in the dockerfile.
-
Jaswant Panchumarti (Kitware) authored
-
- Aug 22, 2024
-
-
Jaswant Panchumarti (Kitware) authored
configure: enable webgpu See merge request !9
-
- Aug 19, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
- Aug 06, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
- Jul 28, 2024
-
-
Jaswant Panchumarti (Kitware) authored
Use cmake script from VTK to download node in `build` stage See merge request !8
-
Jaswant Panchumarti (Kitware) authored
- no need to download cmake because the dockcross/web-wasm container already has cmake and ninja.
-
Jaswant Panchumarti (Kitware) authored
-
- Jun 03, 2024
-
-
Jaswant Panchumarti (Kitware) authored
Revert "Disable octree module" See merge request !7
-
Jaswant Panchumarti (Kitware) authored
This reverts commit 682c757f
-
- May 30, 2024
-
-
Jaswant Panchumarti (Kitware) authored
Run publish stage only after merged on the default branch See merge request !6
-
Jaswant Panchumarti (Kitware) authored
-
- May 29, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- octree fails to compile with new emscripten 3.1.60
-
Jaswant Panchumarti (Kitware) authored
- for emcc 3.1.60
-
Jaswant Panchumarti (Kitware) authored
- adds a new `test` stage in CI - publish stage now depends on tests, so that faulty images are not pushed to dockerhub
-
- May 26, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
- Mar 14, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- Describe vtk-wasm-sdk
-
Jaswant Panchumarti (Kitware) authored
- will be fixed by vtk!10898
-
- Feb 19, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- The image will be tagged with date and git describe as usual. - Additionally, instead of using the latest tag, it is possible to specify the tag through environment var `VTK_IMAGE_TAG`
-
- Dec 04, 2023
-
-
Jaswant Panchumarti (Kitware) authored
This reverts commit 17325a0d. When logging is enabled, static initialization order bugs occur within vtkPolyData from VTK::CommonDataModel and vtkObjectBase from VTK::CommonCore
-
- Nov 03, 2023
-
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
- Nov 02, 2023
-
-
- Sep 13, 2023
-
-
Jaswant Panchumarti (Kitware) authored
Attempt to fix gitlab rules See merge request vtk/vtk-wasm-docker!4
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
Bump dockcross/web-wasm 20230905-7b2d74f See merge request vtk/vtk-wasm-docker!3
-
Jaswant Panchumarti (Kitware) authored
-