You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/cxx/tutorial/index.md
-10
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,3 @@ This tutorial will walk you through the process of *creating WebAssembly scienti
12
12
13
13
This [Jupyter notebook
14
14
tutorial](https://github.com/InsightSoftwareConsortium/ScientificImageAnalysisVisualizationAndArtificialIntelligenceCourse/blob/master/10_Create_Scientific_WebAssembly_Pipelines.ipynb) also provides an interactive walkthrough.
Copy file name to clipboardexpand all lines: docs/typescript/interface_types/index.md
-16
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,4 @@
2
2
3
3
itk-wasm execution pipelines support the following [interface types](https://github.com/InsightSoftwareConsortium/ITK-Wasm/tree/main/packages/core/typescript/itk-wasm/src/interface-types/interface-types.ts):
4
4
5
-
```{toctree}
6
-
:maxdepth: 3
7
-
:caption: Interface Types
8
-
9
-
TextFile.md
10
-
BinaryFile.md
11
-
TextStream.md
12
-
BinaryStream.md
13
-
Image.md
14
-
ImageType.md
15
-
Mesh.md
16
-
MeshType.md
17
-
PolyData.md
18
-
JsonCompatible.md
19
-
```
20
-
21
5
These interfaces types are supported in the [Emscripten interface](/api/browser_pipelines), [WASI](https://wasi.dev/) embedding interfaces, and native or virtual [filesystem IO](/introduction/file_formats/index.html). They are intended to be forward-compatible with the [WebAssembly Component Model](https://github.com/WebAssembly/component-model).
0 commit comments