Images with wasmtime embedded.
This project aims to track new Wasmtime releases packaging them as publicly available OCI images hosted on the GitHub Container Registry (ghcr.io). New images are built using the latest stable version of rust for linux/amd64 and linux/arm64.
docker pull ghcr.io/componentized/wasmtimeThe packages page on GitHub contains a full list of available images.
Images are published to state and dev repositories. Tags within each repository follow these pattens:
ghcr.io/componentized/wasmtime:v{major}.{minor}.{patch}:v{major}.{minor}- most recent release for this major and minor versions:v{major}- most recent release for this major version:stable- most recent release:stable-1- most recent release for the previous major line:lts- most recent lts release:lts-1- most recent release for the previous lts line
ghcr.io/componentized/wasmtime/dev:dev-{yyyy}-{mm}-{dd}- most recent dev build from this commit date:dev-{gitsha}- dev build for this git sha:dev- most recent dev build
A good faith effort is made to capture the latest stable and dev releases. It's possible an individual release may not be published. Please open an issue if an important build is not available within a reasonable period of time.
The Componentized project follow the Contributor Covenant Code of Conduct. In short, be kind and treat others with respect.
General discussion and questions about the project can occur in the project's GitHub discussions.
The Componentized project team welcomes contributions from the community. A contributor license agreement (CLA) is not required. You own full rights to your contribution and agree to license the work to the community under the Apache License v2.0, via a Developer Certificate of Origin (DCO). For more detailed information, refer to CONTRIBUTING.md.
Wasmtime is a Bytecode Alliance project. This project is a packaging of the upstream project and would not exist without their efforts.
This project was conceived in discussion between Mark Fisher and Scott Andrews.
Apache License v2.0: see LICENSE for details.