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/introduction/parts.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Towards that end, ITK-Wasm provides **powerful, joyful** tooling for *scientific
12
12
4. Python core tooling
13
13
5. C++ core tooling
14
14
15
-
Support for additional languages is planned, and the architecture is easily extensible to support new languages. There interest in [Java](https://github.com/InsightSoftwareConsortium/ITK-Wasm/pull/855) and Rust in particular -- if you are interested in contributing code or funding to this effort, [please reach out](https://github.com/thewtex).
15
+
Support for additional languages is planned, and the architecture is easily extensible to support new languages. There is interest in [Java](https://github.com/InsightSoftwareConsortium/ITK-Wasm/pull/855) and Rust in particular -- if you would like to contribute code or funding to this effort, [please reach out](https://github.com/thewtex).
16
16
17
-
This section provides a highlevel overview of these constituent parts.
17
+
This section provides a high-level overview of these constituent parts.
18
18
19
19
(packages)=
20
20
## Example packages
@@ -27,7 +27,7 @@ While most ITK-Wasm packages are not developed in the `InsightSoftwareConsortium
27
27
28
28
To create your own ITK-Wasm package, an [interactive command line setup tool](https://www.npmjs.com/package/create-itk-wasm) is available.
29
29
30
-
Descriptions of these packages can be found in the [package listing page](./packages.md).
30
+
Descriptions of these packages can be found on the [package listing page](./packages.md).
31
31
32
32
(file-format)=
33
33
## File format support
@@ -68,7 +68,7 @@ The `itkwasm` Python package provides:
68
68
2. A bridge to NumPy and ITK
69
69
3. A plugin system for accelerator packages
70
70
71
-
Both system execution and browser execution are supported, with the former enabled by [wasmtime-py](https://github.com/bytecodealliance/wasmtime-py) and latter enabled by [Pyodide](https://pyodide.org).
71
+
Both system execution and browser execution are supported, with the former enabled by [wasmtime-py](https://github.com/bytecodealliance/wasmtime-py) and the latter enabled by [Pyodide](https://pyodide.org).
These [`itkwasm/emscripten`] and [`itkwasm/wasi`] Docker images are [dockcross] images -- Docker images with pre-configured C++ cross-compiling toolchains that enable easy-application, reproducible builds, and a clean separation of the build environment, source tree, and build artifacts.
111
111
112
-
These images include not only the CMake pre-configured toolchains, but pre-built versions of the ITK-Wasm C++ core. Moreover, wasm tools for optimization, debugging, emulation and system execution, testing, are bundled. A number of build and system configurations are included to make optimized and debuggable builds for scientific codebases a breeze.
112
+
These images include not only the CMake pre-configured toolchains but also pre-built versions of the ITK-Wasm C++ core. Moreover, wasm tools for optimization, debugging, emulation, and system execution, testing, are bundled. Several build and system configurations are included to make optimized and debuggable builds for scientific codebases a breeze.
0 commit comments