A client for deploying WebAssembly applications into Enarx Keeps.
This is currently a placeholder repository.
In the meantime, please refer to the project's documentation for more information.
Additional packages:
- libssl-dev
- musl-dev
- musl-tools
musl
is not in the standard repos, so you need to get them from a copr like
https://copr.fedorainfracloud.org/coprs/taocris/musl/
# dnf copr enable taocris/musl
# dnf install musl-devel musl-libc-static musl-gcc musl-clang
$ rustup target add x86_64-unknown-linux-musl