
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@kitware/vtk-wasm
Advanced tools
This repository provides the infrastructure to bundle the pure JavaScript library for loading VTK.wasm.
The full usage documentation of vtk-wasm can be found at: https://kitware.github.io/vtk-wasm/
src/ — Source code for the library.dist/ — Bundled output files.wasm/ — WebAssembly binaries and related assets.scripts/ — Utility scripts for building and packaging.README.md — Project documentation.package.json — Project metadata and build scripts.The following scripts are available in package.json:
npm run docs:build - Builds the guide pages for VTK.wasmnpm run build — Builds the ESM and UMD bundles for both RemoteSession and StandaloneSession.npm run build:esm — Builds only the ESM bundles.npm run build:vtk — Builds only the UMD bundle for StandaloneSession.npm run build:viewer - Builds the vtkWASMViewer JavaScript library.npm run clean — Cleans the dist/ directory.npm run lint — Runs code linting on the source files.VTK namespace for use in browser environments.Refer to the package.json for the full list of scripts and configuration details.
import { RemoteSession } from "@kitware/vtk-wasm/remote"
import { createVtkObjectProxy, createNamespace } from "@kitware/vtk-wasm/vtk"
import { ExportViewer, createViewer } from "@kitware/vtk-wasm/viewer"
import "@kitware/vtk-wasm/viewer.css";
import "@kitware/vtk-wasm/viewer-umd.js";
import "@kitware/vtk-wasm/vtk-umd.js";
FAQs
A WebAssembly port of the VTK library
We found that @kitware/vtk-wasm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.