Skip to main content

Crate baedeker_core

Crate baedeker_core 

Source
Expand description

Baedeker WebAssembly runtime core.

A no_std WebAssembly 2.0 engine providing binary decoding, validation, lowering, and execution. Designed to embed cleanly into iOS, bare metal, or even another WASM runtime.

This crate is language-runtime infrastructure: its binary parsing, malformed-input handling, validation, and future robustness testing exist to improve standards compliance, portability, diagnostic quality, and safe execution behavior. It is not intended for offensive security workflows.

Modules§

binary
WebAssembly binary format decoding.
error
Error types for binary decoding.
lower
Register-based lowering skeleton.
runtime
Minimal register-IR execution core.
types
Core WebAssembly type definitions.
validate
WebAssembly validation.