Vim demo (aarch64)

Example of running Vim (aarch64) on browser using QEMU Wasm and container2wasm.

Source Container Image

FROM arm64v8/alpine:20230208
RUN apk add --no-cache vim
ENTRYPOINT ["vim"]

Terminal

It can take some time to load and start the container.


Tested on Google Chrome 130.0.6723.58. More info including docs and source code is available from QEMU Wasm and container2wasm. This page is served from qemu-wasm-demo repo as GitHub Pages.

Back to top