repo2wasm documentation

repo2wasm is a clone of jupyter-repo2docker targeting WebAssembly (Wasm) environment. If jupyter-repo2docker is a wrapper around Docker Engine, repo2wasm is a wrapper around JupyterLite.

Hint

Only programming languages already compiled to Wasm are supported, more details in the section “Supported programming languages”.

Like jupyter-repo2docker, repo2wasm provides JupyterLab in the form of JupyterLite as integrated development environment (IDE) out of the box. Support to other environments are planned for the future. Different than jupyter-repo2docker, repo2wasm provides a single integrated development environment (IDE) per build.

jupyter-repo2docker supports a large number of configuration files and only a subset is supported by repo2wasm because of the nature of repo2wasm, more details in the section “Supported configuration files”.