Sign inSign up

enclavaultcorp/compiler

By enclavaultcorp

Updated 4 months ago

The image is based on Alpine Linux and is prepared for Rust backend and WASM frontend builds.

Image
Languages & frameworks
0

579

enclavaultcorp/compiler repository overview

Enclavault Compiler Image

The image is based on Alpine Linux and is prepared for Rust backend and WASM frontend builds.

What Is Included

The image installs and configures:

  • Rust (stable) via rustup
  • Rust targets:
    • wasm32-unknown-unknown
    • x86_64-unknown-linux-musl (for amd64 builds)
    • aarch64-unknown-linux-musl (for arm64 builds)
  • Rust components/tools:
    • llvm-tools-preview
    • cargo-llvm-cov
  • Frontend/build tools:
    • trunk (arch-specific binary)
    • tailwindcss (arch-specific musl binary)
    • nodejs, npm, yarn
  • Common build dependencies:
    • clang, cmake, make, pkgconf, protobuf-dev
    • openssl-dev, musl-dev, compression libraries, and other utilities

Verify Toolchain Inside Container

docker run --rm -it enclavaultcorp/compiler bash
rustc --version
cargo --version
trunk --version
tailwindcss --help

Tag summary

Content type

Image

Digest

sha256:983000515

Size

979.3 MB

Last updated

4 months ago

docker pull enclavaultcorp/compiler