Egg v1.0 is a cross-platform runtime environment combining WebAssembly with modern container technologies to create secure, efficient computation environments. Built on Wasmtime and Rust 1.88, it features sandboxed execution and performance optimizations.
Use the CLI:
cargo install egg_runtime --locked
Requires Rust 1.88+ and WebAssembly binaries in PATH.
Not directly - Egg v1.0 runs WebAssembly modules. You can compile Node.js projects to WASM using wasmer
or wasm-pack
. See our compilation guide for details.
Security features include:
- Sandboxed execution by default
- Memory-harden with Mimalloc
- Optional containerization
- Full SELinux/AppArmor integration
- Automatic memory safety verification