PTWM
ptwm_core

ptwm_core::flavor

PTWM flavor system: WASM (Wasmtime), native cdylib (dlopen), and host-language entry points (Python). Each flavor materializes a Box from a disk path + manifest entry.

ptwm_core::flavor

PTWM flavor system: WASM (Wasmtime), native cdylib (dlopen), and host-language entry points (Python). Each flavor materializes a Box from a disk path + manifest entry.

rsmod

ptwm_core::flavor

crates/ptwm-core/src/flavor/mod.rs:1
mod flavor

PTWM flavor system: WASM (Wasmtime), native cdylib (dlopen), and host-language entry points (Python). Each flavor materializes a Box<dyn AnyContribution> from a disk path + manifest entry.

This file re-exports the submodules that make up the flavor system.