Skip to content

Classes that bridgeITK code running in the Emscripten runtime environment with native JavaScript.

License

Notifications You must be signed in to change notification settings

thewtex/ITK-Wasm

This branch is 1 commit ahead of, 505 commits behind InsightSoftwareConsortium/ITK-Wasm:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f9fe6e · Sep 24, 2024
Dec 21, 2023
Sep 24, 2024
Jul 8, 2024
Sep 19, 2024
Sep 17, 2024
Aug 10, 2024
Aug 7, 2024
Sep 16, 2024
Sep 9, 2024
Aug 7, 2024
Jun 25, 2024
May 24, 2017
Aug 14, 2024
Aug 23, 2024
Sep 26, 2023
Jan 8, 2024
Jun 19, 2024
Jun 19, 2024
Jul 8, 2024
Sep 19, 2023
Mar 15, 2016
Aug 3, 2024
Jun 2, 2022
Jun 19, 2024
Jun 29, 2024
Sep 16, 2024
Aug 2, 2024
Aug 16, 2024
Sep 16, 2024
Aug 30, 2024
Apr 15, 2024
Sep 9, 2024

Repository files navigation

ITK-Wasm

Examples Toolchains JavaScript, TypeScript Python Wasm C++,Native Python WASI Documentation

npm version npm version npm version

DOI

License GitHub commit activity

ITK-Wasm combines ITK and WebAssembly to enable high-performance spatial analysis in a web browser, Node.js, Python, and reproducible execution across programming languages and hardware architectures.

The project provides tools to a) build C/C++ code to WebAssembly, b) bridge local filesystems, JavaScript/TypeScript/Python data structures, and traditional file formats, c) transfer data efficiently in and out of the WebAssembly runtime, and d) asynchronous, parallel execution of processing pipelines in a worker pool. ITK-Wasm can be used to execute ITK or arbitrary C++ codes in the browser, on a workstation / server with Node.js or Python, or standalone execution and wrapped in WASI runtimes.

For more information, please see the project documentation.

About

Classes that bridgeITK code running in the Emscripten runtime environment with native JavaScript.

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.5%
  • TypeScript 30.6%
  • C++ 13.9%
  • JavaScript 5.4%
  • HTML 5.0%
  • CMake 1.8%
  • Other 0.8%