Giter Site home page Giter Site logo

Comments (3)

rvolosatovs avatar rvolosatovs commented on June 5, 2024 2

First, a note: static builds are not supported by Erlang at all. It is not possible to statically-link Erlang OTP, therefore static builds are technically impossible today if we keep using OTP.
Static builds would only be possible if we used an alternative Erlang implementation to compile wasmcloud-otp, e.g. https://github.com/GetFirefly/firefly , which is experimental and does not have good support for Elixir yet

In #616 (comment) we get artifacts with minimum possible amount of dependencies (NOTE, that e.g. Musl self-extracting binary is, indeed, statically-linked, but the actual executables are not, and cannot be, as outlined above), that is:

  • MacOS: none
  • Ubuntu/Debian:
    • ca-certificates - self-explanatory
  • Alpine:
    • libgcc - that's actually a NIF dependency, which is added by the Rust compiler rust-lang/rust#82521
  • Windows: none

GNU build is compatible with Ubuntu 20.04 the earliest

All of these builds are produced by CI (including the Erlang distribution). MacOS ERTS are available pre-built at https://github.com/rvolosatovs/otp/releases/tag/OTP-25.3.2, the rest are automatically built if necessary, but in overwhelming majority of cases it should be fetched from cache

from wasmcloud-otp.

brooksmtownsend avatar brooksmtownsend commented on June 5, 2024

#616 is addressing many of these, just keep an eye out

from wasmcloud-otp.

brooksmtownsend avatar brooksmtownsend commented on June 5, 2024

For all intents and purposes, I think we have a great set of platforms here. I'm going to add the pinned label so that it won't get cleaned up by our stale issue bot and leave it as a good piece of information.

from wasmcloud-otp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.