aegis-core

Crates.ioaegis-core
lib.rsaegis-core
version0.1.1
created_at2026-01-11 18:04:26.177946+00
updated_at2026-01-11 18:19:48.596175+00
descriptionCore runtime engine for the Aegis WebAssembly sandbox
homepagehttps://github.com/aayushadhikari7/aegis
repositoryhttps://github.com/aayushadhikari7/aegis
max_upload_size
id2036141
size106,512
Aayush Adhikari (aayushadhikari7)

documentation

README

aegis-core

Core runtime engine for the Aegis WebAssembly sandbox.

This crate provides:

  • AegisEngine - Wasmtime engine wrapper with security defaults
  • Sandbox - Isolated execution environment
  • ModuleLoader - WASM module loading and validation
  • Core error types and configuration

Usage

This is an internal crate. Use aegis-wasm for the public API.

[dependencies]
aegis-wasm = "0.1"

License

MIT OR Apache-2.0

Commit count: 10

cargo fmt