Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ITK-Wasm documentation
Logo
ITK-Wasm documentation

πŸ‘‹ Introduction

  • Packages
  • Constituent Parts
  • File Formats
    • Supported Image File Formats
    • Supported Mesh and Point Set File Formats
    • Supported Transform File Formats
    • Supported DICOM File Formats

🌐 JavaScript/TypeScript

  • Interface Types
    • TextFile
    • BinaryFile
    • TextStream
    • BinaryStream
    • Image
    • ImageType
    • Mesh
    • MeshType
    • PolyData
    • TransformList
    • Transform
    • TransformType
    • TransformParameterizations
    • JsonCompatible
  • Distribution
    • ITK-Wasm ESM module from an HTML script tag
    • itk-wasm in a web browser application via Vite
    • itk-wasm in a browser application via Webpack
    • itk-wasm in a Node.js application

🐍 Python

  • Introduction
  • Python, NumPy interop
  • ITK Python interop
  • API Reference
    • itkwasm
      • itkwasm.pixel_types
      • itkwasm.to_cupy_array
      • itkwasm.int_types
      • itkwasm.text_stream
      • itkwasm.transform
      • itkwasm.point_set
      • itkwasm.pyodide
      • itkwasm.binary_file
      • itkwasm.mesh
      • itkwasm.transform_parameterizations
      • itkwasm.to_numpy_array
      • itkwasm.pipeline_input
      • itkwasm.pipeline_output
      • itkwasm.pipeline
      • itkwasm.text_file
      • itkwasm.cast_image
      • itkwasm.environment_dispatch
      • itkwasm.interface_types
      • itkwasm.binary_stream
      • itkwasm.image
      • itkwasm.image_from_array
      • itkwasm.polydata
      • itkwasm.json_compatible
      • itkwasm.float_types

πŸ§‘β€πŸ’» C++

  • Installation
  • Tutorial
    • Hello Wasm World!
    • Hello Pipeline World!
    • Pipeline Inputs and Outputs
    • Debugging WebAssembly
  • Interface Types

πŸ”¨ ITK-Wasm Development

  • LinkML Model
  • Hacking ITK-Wasm
  • Migration Guide: From itk.js to ITK-Wasm
Back to top
View this page
Edit this page

DistributionΒΆ

This section provides examples of how to distribute applications for deployment that rely on ITK-Wasm packages.

πŸ“¦ Distribution

  • ITK-Wasm ESM module from an HTML script tag
  • itk-wasm in a web browser application via Vite
  • itk-wasm in a browser application via Webpack
  • itk-wasm in a Node.js application
Next
ITK-Wasm ESM module from an HTML script tag
Previous
JsonCompatible
Copyright © 2025, NumFOCUS
Made with Sphinx and @pradyunsg's Furo