8000 GitHub - akoserwal/enarx: Tools for deploying WebAssembly into Enarx Keeps.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akoserwal/enarx

 
 

Repository files navigation

Enarx

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.

Setting up the Development Environment

debian, Ubuntu

Additional packages:

  • libssl-dev
  • musl-dev
  • musl-tools

Fedora

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 

Rust

$ rustup target add x86_64-unknown-linux-musl

About

Tools for deploying WebAssembly into Enarx Keeps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Shell 0.1%
0