- Aarhus, Denmark
- https://blog.kasperhermansen.com
-
Developing my own Developer Platform in my spare time, interested in crafting high-effeciency developer workflows
Loves developing from first principles and working with open source
- Joined on
2021-09-19
Block a user
wasmer (sha256:c3ed0062a82474c1a4c9240e7a82c8d1d5d114b82a2a76a2ab547bc58e2e3664)
Installation
docker pull git.kjuulh.io/kjuulh/wasmer@sha256:c3ed0062a82474c1a4c9240e7a82c8d1d5d114b82a2a76a2ab547bc58e2e3664
sha256:c3ed0062a82474c1a4c9240e7a82c8d1d5d114b82a2a76a2ab547bc58e2e3664
Image Layers
pulled from docker.io/library/debian:bookworm@sha256:26173f22efb2c094819d592c539adec9e2bd21ba518e9443ae8f1be678ad4c6c |
mount / from exec apt update -y |
mount / from exec apt install wget xz-utils -y |
mount / from exec wget https://github.com/wasmerio/wasmer/releases/download/v3.3.0/wasmer-linux-amd64.tar.gz -O wasmer.tar.gz |
mount / from exec tar -xvf wasmer.tar.gz |
mount / from exec mv bin/wasmer /usr/bin/wasmer |
mount / from exec wasmer -v |