|
1 | 1 | # Introduction
|
2 | 2 |
|
3 |
| -`itkwasm` enables **universal spatial analysis and visualization** via [WebAssembly (wasm)](https://webassembly.org) {octicon}`telescope`. |
| 3 | +`itkwasm` enables **universal spatial analysis and visualization** via [WebAssembly (wasm)](https://webassembly.org) 🔭. |
4 | 4 |
|
5 |
| -`itkwasm` Python packages run on *all modern web browsers and at a system level across all major operating systems and hardware architectures* {octicon}`browser` {octicon}`codespaces`. |
| 5 | +`itkwasm` Python packages run on *all modern web browsers and at a system level across all major operating systems and hardware architectures* 🖥️. |
6 | 6 |
|
7 |
| -All versions of Python 3.8+ are supported {octicon}`globe`. |
| 7 | +All versions of Python 3.8+ are supported 🌐. |
8 | 8 |
|
9 |
| -Additionally, non-wasm packages accelerate performance via GPUs when available {octicon}`rocket`. |
| 9 | +Additionally, non-wasm packages accelerate performance via GPUs when available 🚀. |
10 | 10 |
|
11 |
| -In the browser, [Pyodide](https://pyodide.org/)-compatible packages provide client-side web app scripting in Python, including via [PyScript](https://pyscript.net/), and sustainable, scalable Jupyter deployments via [JupyterLite](https://jupyterlite-sphinx.readthedocs.io/) {octicon}`code-square` {octicon}`light-bulb`. |
| 11 | +In the browser, [Pyodide](https://pyodide.org/)-compatible packages provide client-side web app scripting in Python, including via [PyScript](https://pyscript.net/), and sustainable, scalable Jupyter deployments via [JupyterLite](https://jupyterlite-sphinx.readthedocs.io/) 🕸️. |
12 | 12 |
|
13 |
| -At a system level, Linux, macOS, and Windows operating systems are supported on x86_64 and ARM via [wasmtime-py](https://bytecodealliance.github.io/wasmtime-py/) {octicon}`zap`. |
| 13 | +At a system level, Linux, macOS, and Windows operating systems are supported on x86_64 and ARM via [wasmtime-py](https://bytecodealliance.github.io/wasmtime-py/) ⚡. |
14 | 14 |
|
15 |
| -`itkwasm` Python packages are *highly modular*, have *a tiny footprint*, and have *minimal dependencies*; they only depend on `itkwasm`, `numpy`, and `pyodide` or `wasmtime` {octicon}`container`. |
| 15 | +`itkwasm` Python packages are *highly modular*, have *a tiny footprint*, and have *minimal dependencies*; they only depend on `itkwasm`, `numpy`, and `pyodide` or `wasmtime` 📦. |
16 | 16 |
|
17 | 17 | This [Jupyter notebook
|
18 | 18 | tutorial](https://github.com/InsightSoftwareConsortium/ScientificImageAnalysisVisualizationAndArtificialIntelligenceCourse/blob/master/9_WebAssembly_Introduction.ipynb)
|
|
0 commit comments